forked from liza/Influx
Forgot to include a dispose for autoenroll clientstate event
This commit is contained in:
parent
2f10811afe
commit
06a6d862cc
@ -253,5 +253,6 @@ internal sealed class InfluxPlugin : IDalamudPlugin
|
|||||||
_fcStatsCalculator.Dispose();
|
_fcStatsCalculator.Dispose();
|
||||||
_localStatsCalculator.Dispose();
|
_localStatsCalculator.Dispose();
|
||||||
_allaganToolsIpc.Dispose();
|
_allaganToolsIpc.Dispose();
|
||||||
|
_clientState.Login -= AutoEnrollCharacter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user