This commit is contained in:
AzaezelX 2025-08-09 22:22:34 -05:00
parent 26ea1b60fc
commit 73abc69a82

View file

@ -364,8 +364,8 @@ function GameConnection::onDrop(%this, %reason)
{
%hasGameMode = callGamemodeFunction("onClientLeaveGame", %this);
// Cleanup the player
if (isObject(%client.player))
%client.player.delete();
if (isObject(%this.player))
%this.player.delete();
}
removeFromServerGuidList( %this.guid );