mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 09:34:15 +01:00
minor fixes
This commit is contained in:
parent
b9d119acf1
commit
ce1a1187f0
5 changed files with 23 additions and 15 deletions
|
|
@ -200,7 +200,7 @@ namespace MareSynchronos.Managers
|
|||
{
|
||||
foreach(var item in unprocessedObjects)
|
||||
{
|
||||
_dalamudUtil.WaitWhileCharacterIsDrawing(item.Address, token);
|
||||
_dalamudUtil.WaitWhileCharacterIsDrawing("self " + item.ObjectKind.ToString(), item.Address, token);
|
||||
}
|
||||
|
||||
CharacterCacheDto? cacheDto = (await CreateFullCharacterCacheDto(token));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue