diff --git a/Include/Core/Classes/RegionContainer.hpp b/Include/Core/Classes/RegionContainer.hpp index 838c0d2..c1de7a0 100644 --- a/Include/Core/Classes/RegionContainer.hpp +++ b/Include/Core/Classes/RegionContainer.hpp @@ -41,7 +41,6 @@ namespace Internal std::vector GetNPCIndices() const; std::vector GetNPCs() const; NPC GetNPC(std::int32_t Index) const; - PlayerUpdater GetPlayerUpdater() const; std::vector GetPlayers() const; Player GetPlayer(std::int32_t Index) const; Deque GetProjectiles() const; diff --git a/Include/Core/Internal.hpp b/Include/Core/Internal.hpp index 3aca73a..c580c17 100644 --- a/Include/Core/Internal.hpp +++ b/Include/Core/Internal.hpp @@ -179,6 +179,7 @@ namespace Internal Player GetLocalPlayer(); std::int32_t GetLocalPlayerIndex(); PlayerManager GetLocalPlayerManager(); + PlayerUpdater GetLocalPlayerUpdater(); RegionContainer GetLocalRegionContainer(); WidgetGroup GetLocalWidgetGroup(); std::int32_t GetLoginAccountState(); diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 3399b0e..c0a0556 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ