Forgot to include a dispose for autoenroll clientstate event

This commit is contained in:
Stephen Baydush 2025-01-06 12:51:14 -05:00
parent 2f10811afe
commit 06a6d862cc

View File

@ -253,5 +253,6 @@ internal sealed class InfluxPlugin : IDalamudPlugin
_fcStatsCalculator.Dispose();
_localStatsCalculator.Dispose();
_allaganToolsIpc.Dispose();
_clientState.Login -= AutoEnrollCharacter;
}
}