mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-22 08:29:18 +01:00
fix: correctly dispose partylist
This commit is contained in:
parent
dc023f0846
commit
ef999d3352
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ namespace Dalamud.Game.ClientState
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
if (!this.isReady)
|
//if (!this.isReady)
|
||||||
this.partyListUpdateHook.Dispose();
|
// this.partyListUpdateHook.Dispose();
|
||||||
this.isReady = false;
|
this.isReady = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue