mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 10:59:18 +01:00
fix: hack around actor table address acquiring
This commit is contained in:
parent
3b9e04e7a2
commit
ea8df55b9d
6 changed files with 50 additions and 8 deletions
|
|
@ -115,10 +115,12 @@ namespace Dalamud.Game.ClientState
|
|||
}
|
||||
|
||||
public void Enable() {
|
||||
this.Actors.Enable();
|
||||
this.setupTerritoryTypeHook.Enable();
|
||||
}
|
||||
|
||||
public void Dispose() {
|
||||
this.Actors.Dispose();
|
||||
this.setupTerritoryTypeHook.Dispose();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue