mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-01-19 19:44:47 +00:00
Fixed a silly mistake
This commit is contained in:
parent
ed25ab2dca
commit
fa84b01691
|
|
@ -44,8 +44,8 @@ function CreateClientRankFile(%client) {
|
|||
}
|
||||
|
||||
function LoadClientRankfile(%client) {
|
||||
if(!isSet(%client) || %client.guide $= "") {
|
||||
messageClient(%player.client, 'LeaveMissionArea', '\c1Alert: No GUID detected on your client object, please re-connect to the server...~wfx/misc/warning_beep.wav');
|
||||
if(!isSet(%client) || %client.guid $= "") {
|
||||
messageClient(%client, 'LeaveMissionArea', '\c1Alert: No GUID detected on your client object, please re-connect to the server...~wfx/misc/warning_beep.wav');
|
||||
return;
|
||||
}
|
||||
%client.donotupdate = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue