r5896 - trunk/data/qcsrc/server

esteel at icculus.org esteel at icculus.org
Thu Feb 19 12:28:58 EST 2009


Author: esteel
Date: 2009-02-19 12:28:58 -0500 (Thu, 19 Feb 2009)
New Revision: 5896

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
heh, didn't i say it needs more testing? sorry


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2009-02-19 17:24:04 UTC (rev 5895)
+++ trunk/data/qcsrc/server/clientcommands.qc	2009-02-19 17:28:58 UTC (rev 5896)
@@ -245,7 +245,7 @@
 				}
 
 				// cannot reset the game while a timeout is active!
-				if(!timeoutStatus) {
+				if(!timeoutStatus)
 					ReadyCount();
 			} else {
 				sprint(self, "^1Game has already been restarted\n");




More information about the nexuiz-commits mailing list