mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
No Message
This commit is contained in:
parent
743143f1da
commit
f51829f5d5
1 changed files with 1 additions and 1 deletions
|
|
@ -1830,7 +1830,7 @@ function DefaultGame::clientMissionDropReady(%game, %client)
|
||||||
cancel(%client.okschedule);
|
cancel(%client.okschedule);
|
||||||
|
|
||||||
%minutes = $Host::KickObserverTimeout / 60;
|
%minutes = $Host::KickObserverTimeout / 60;
|
||||||
messageClient(%client, 'MsgNoObservers', '\c2You have %1 minutes to join the game or you will be kicked.', %minutes);
|
//messageClient(%client, 'MsgNoObservers', '\c2You have %1 minutes to join the game or you will be kicked.', %minutes);
|
||||||
|
|
||||||
%key = mFloor(getRandom() * 1000);
|
%key = mFloor(getRandom() * 1000);
|
||||||
%client.okkey = %key;
|
%client.okkey = %key;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue