mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 05:24:14 +01:00
fixes for heels or so I guess
This commit is contained in:
parent
d63d84c673
commit
782ec873f6
3 changed files with 33 additions and 2 deletions
|
|
@ -45,6 +45,8 @@ namespace MareSynchronos.Managers
|
|||
_apiController.Disconnected += ApiController_Disconnected;
|
||||
_transientResourceManager.TransientResourceLoaded += HandleTransientResourceLoad;
|
||||
_dalamudUtil.DelayedFrameworkUpdate += DalamudUtilOnDelayedFrameworkUpdate;
|
||||
_ipcManager.HeelsOffsetChangeEvent += HeelsOffsetChanged;
|
||||
|
||||
|
||||
Logger.Debug("Watching Player, ApiController is Connected: " + _apiController.IsConnected);
|
||||
if (_apiController.IsConnected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue