fix: correctly dispose partylist

This commit is contained in:
goat 2020-12-08 12:08:33 +01:00
parent dc023f0846
commit ef999d3352

View file

@ -37,8 +37,8 @@ namespace Dalamud.Game.ClientState
public void Dispose()
{
if (!this.isReady)
this.partyListUpdateHook.Dispose();
//if (!this.isReady)
// this.partyListUpdateHook.Dispose();
this.isReady = false;
}