mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 16:54:14 +01:00
add signalR logging and dalamudutil disposal, halt framework update between areas
This commit is contained in:
parent
ca044364fc
commit
e5f7c2f72d
5 changed files with 106 additions and 15 deletions
|
|
@ -1,5 +1,4 @@
|
|||
using MareSynchronos.API;
|
||||
using MareSynchronos.FileCacheDB;
|
||||
using MareSynchronos.Models;
|
||||
using MareSynchronos.Utils;
|
||||
using System;
|
||||
|
|
@ -42,7 +41,7 @@ namespace MareSynchronos.Managers
|
|||
{
|
||||
if (!dalamudUtil.IsGameObjectPresent(item.Key))
|
||||
{
|
||||
Logger.Debug("Object not present anymore: " + item.Key);
|
||||
Logger.Debug("Object not present anymore: " + item.Key.ToString("X"));
|
||||
TransientResources.Remove(item.Key);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue