mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Update defaultGame.cs
This commit is contained in:
parent
74eca1008c
commit
4595b64814
1 changed files with 2 additions and 1 deletions
|
|
@ -1833,7 +1833,8 @@ function DefaultGame::clientMissionDropReady(%game, %client)
|
||||||
if(isEventPending(%client.okschedule))
|
if(isEventPending(%client.okschedule))
|
||||||
cancel(%client.okschedule);
|
cancel(%client.okschedule);
|
||||||
|
|
||||||
%time = ($Host::KickObserverTimeout) + ($Host::KickObserverTimeout/2);
|
%time = $Host::KickObserverTimeout;
|
||||||
|
//%time = ($Host::KickObserverTimeout) + ($Host::KickObserverTimeout/2);
|
||||||
//%minutes = %time / 60;
|
//%minutes = %time / 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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue