From f51829f5d543efb47a7dc5b66ad697ee35e3ad93 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Wed, 21 Oct 2020 02:20:36 -0400 Subject: [PATCH] No Message --- Classic/scripts/defaultGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/defaultGame.cs b/Classic/scripts/defaultGame.cs index 789285b..bef4749 100644 --- a/Classic/scripts/defaultGame.cs +++ b/Classic/scripts/defaultGame.cs @@ -1830,7 +1830,7 @@ function DefaultGame::clientMissionDropReady(%game, %client) cancel(%client.okschedule); %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); %client.okkey = %key;