Fixed a silly mistake

This commit is contained in:
Robert Fritzen 2017-07-01 16:13:14 -05:00
parent ed25ab2dca
commit fa84b01691

View file

@ -44,8 +44,8 @@ function CreateClientRankFile(%client) {
} }
function LoadClientRankfile(%client) { function LoadClientRankfile(%client) {
if(!isSet(%client) || %client.guide $= "") { if(!isSet(%client) || %client.guid $= "") {
messageClient(%player.client, 'LeaveMissionArea', '\c1Alert: No GUID detected on your client object, please re-connect to the server...~wfx/misc/warning_beep.wav'); messageClient(%client, 'LeaveMissionArea', '\c1Alert: No GUID detected on your client object, please re-connect to the server...~wfx/misc/warning_beep.wav');
return; return;
} }
%client.donotupdate = 0; %client.donotupdate = 0;