mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-24 08:23:34 +00:00
Re Submit changes
This commit is contained in:
parent
b85a8d3f33
commit
e3a21ccb29
5 changed files with 367 additions and 99 deletions
3
Classic/scripts/defaultGame.cs
Normal file → Executable file
3
Classic/scripts/defaultGame.cs
Normal file → Executable file
|
|
@ -1833,7 +1833,8 @@ function DefaultGame::clientMissionDropReady(%game, %client)
|
|||
if(isEventPending(%client.okschedule))
|
||||
cancel(%client.okschedule);
|
||||
|
||||
%time = ($Host::KickObserverTimeout) + ($Host::KickObserverTimeout/2);
|
||||
%time = $Host::KickObserverTimeout;
|
||||
//%time = ($Host::KickObserverTimeout) + ($Host::KickObserverTimeout/2);
|
||||
//%minutes = %time / 60;
|
||||
//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