mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-04-29 16:25:31 +00:00
Fixed a silly mistake
This commit is contained in:
parent
ed25ab2dca
commit
fa84b01691
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue