fixes for heels or so I guess

This commit is contained in:
Stanley Dimant
2022-09-10 16:03:21 +02:00
parent d63d84c673
commit 782ec873f6
3 changed files with 33 additions and 2 deletions

View File

@@ -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)