mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Set eventhandlers to null
This commit is contained in:
parent
19263a2ff9
commit
d0c06b6105
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue