mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
typofix
This commit is contained in:
parent
26ea1b60fc
commit
73abc69a82
1 changed files with 2 additions and 2 deletions
|
|
@ -364,8 +364,8 @@ function GameConnection::onDrop(%this, %reason)
|
||||||
{
|
{
|
||||||
%hasGameMode = callGamemodeFunction("onClientLeaveGame", %this);
|
%hasGameMode = callGamemodeFunction("onClientLeaveGame", %this);
|
||||||
// Cleanup the player
|
// Cleanup the player
|
||||||
if (isObject(%client.player))
|
if (isObject(%this.player))
|
||||||
%client.player.delete();
|
%this.player.delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
removeFromServerGuidList( %this.guid );
|
removeFromServerGuidList( %this.guid );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue