mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +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()
|
||||
{
|
||||
if (!this.isReady)
|
||||
this.partyListUpdateHook.Dispose();
|
||||
//if (!this.isReady)
|
||||
// this.partyListUpdateHook.Dispose();
|
||||
this.isReady = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue