r2465 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu May 3 14:12:36 EDT 2007


Author: div0
Date: 2007-05-03 14:12:36 -0400 (Thu, 03 May 2007)
New Revision: 2465

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
clearer waiting message


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 16:59:33 UTC (rev 2464)
+++ trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 18:12:36 UTC (rev 2465)
@@ -643,7 +643,7 @@
 	if(kh_EnoughPlayers())
 		kh_Controller_SetThink(cvar("g_balance_keyhunt_delay_round"), "Round starts in ", kh_StartRound);
 	else
-		kh_Controller_SetThink(1, "Waiting for players to join...", kh_WaitForPlayers);
+		kh_Controller_SetThink(1, "Waiting for players to join...\n\nNeed at least one active player per team!", kh_WaitForPlayers);
 }
 
 void kh_StartRound()




More information about the nexuiz-commits mailing list