Re Submit changes

This commit is contained in:
ChocoTaco1 2021-04-13 12:31:23 -04:00
parent b85a8d3f33
commit e3a21ccb29
5 changed files with 367 additions and 99 deletions

3
Classic/scripts/defaultGame.cs Normal file → Executable file
View 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);