mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
add semi transient resource handling, wait max 3s for pets to change
This commit is contained in:
parent
ce6764cbf8
commit
bd947d8f2a
7 changed files with 95 additions and 22 deletions
|
|
@ -137,6 +137,7 @@ namespace MareSynchronos.Managers
|
|||
var gameObj = _dalamudUtil.CreateGameObject(obj);
|
||||
if (gameObj != null)
|
||||
{
|
||||
Logger.Verbose("Glamourer applying for " + gameObj);
|
||||
_glamourerApplyAll!.InvokeAction(customization, gameObj);
|
||||
}
|
||||
}
|
||||
|
|
@ -205,6 +206,7 @@ namespace MareSynchronos.Managers
|
|||
var gameObj = _dalamudUtil.CreateGameObject(obj);
|
||||
if (gameObj != null)
|
||||
{
|
||||
Logger.Verbose("Redrawing " + gameObj);
|
||||
_penumbraRedrawObject!.InvokeAction(gameObj, 0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue