Set eventhandlers to null

This commit is contained in:
Haselnussbomber 2025-09-13 03:19:12 +02:00
parent 19263a2ff9
commit d0c06b6105
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -497,6 +497,10 @@ internal class ClientStatePluginScoped : IInternalDisposableService, IClientStat
this.clientStateService.CfPop -= this.ContentFinderPopForward;
this.TerritoryChanged = null;
this.MapChanged = null;
this.PublicInstanceChanged = null;
this.ClassJobChanged = null;
this.LevelChanged = null;
this.Login = null;
this.Logout = null;
this.EnterPvP = null;