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) {
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue