mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:57:23 +01:00
fix array
This commit is contained in:
parent
01723152d8
commit
4b4e7b5563
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public sealed class CacheCreationService : DisposableMediatorSubscriberBase
|
|||
_playerRelatedObjects[ObjectKind.Player] =
|
||||
gameObjectHandlerFactory(ObjectKind.Player, () => dalamudUtil.PlayerPointer, true);
|
||||
_playerRelatedObjects[ObjectKind.MinionOrMount] =
|
||||
gameObjectHandlerFactory(ObjectKind.Player, () => dalamudUtil.GetMinionOrMount(), true);
|
||||
gameObjectHandlerFactory(ObjectKind.MinionOrMount, () => dalamudUtil.GetMinionOrMount(), true);
|
||||
_playerRelatedObjects[ObjectKind.Pet] =
|
||||
gameObjectHandlerFactory(ObjectKind.Pet, () => dalamudUtil.GetPet(), true);
|
||||
_playerRelatedObjects[ObjectKind.Companion] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue