fix errors after merge

This commit is contained in:
Stanley Dimant
2022-09-07 22:13:28 +02:00
parent 6720d6f897
commit 5b97d49af7

View File

@@ -287,7 +287,7 @@ public class CachedPlayer
{
Thread.Sleep(tick);
totalWait += tick;
newPet = _dalamudUtil.GetPet(PlayerCharacter.Address);
newPet = _dalamudUtil.GetPet(PlayerCharacter);
} while (newPet == pet && totalWait < maxWait);
if (_ipcManager.CheckGlamourerApi() && !string.IsNullOrEmpty(glamourerData))