fix: ape anchor not respawning

This commit is contained in:
David Markowitz
2025-11-14 21:01:09 -08:00
parent ca60787055
commit 3fe1b431de
6 changed files with 26 additions and 1 deletions

View File

@@ -180,6 +180,7 @@ public:
bool MsgGetFlag(GameMessages::GameMsg& msg);
bool MsgGetFactionTokenType(GameMessages::GameMsg& msg);
bool MsgPickupItem(GameMessages::GameMsg& msg);
bool MsgChildRemoved(GameMessages::GameMsg& msg);
// This is expceted to never return nullptr, an assert checks this.
CppScripts::Script* const GetScript() const;