mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
typofix
This commit is contained in:
parent
26ea1b60fc
commit
73abc69a82
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue