mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
fix errors after merge
This commit is contained in:
parent
6720d6f897
commit
5b97d49af7
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue