Added auto enroll feature #1

Open
Asuna wants to merge 4 commits from Asuna/Influx:master into master
Showing only changes of commit 06a6d862cc - Show all commits

View File

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