fix(PlayerMethods): OnPlayerResurrect compile (#376)

Co-authored-by: iThorgrim <125808072+iThorgrim@users.noreply.github.com>
This commit is contained in:
sogladev
2026-04-17 12:31:34 +02:00
committed by GitHub
parent 1ab53bac10
commit 3eca176853

View File

@@ -647,7 +647,7 @@ public:
PLAYERHOOK_ON_PLAYER_RELEASED_GHOST
}) { }
void OnPlayerResurrect(Player* player, float /*restore_percent*/, bool /*applySickness*/) override
void OnPlayerResurrect(Player* player, float /*restore_percent*/, bool& /*applySickness*/) override
{
sALE->OnResurrect(player);
}