[nexuiz-commits] r8563 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 25 12:09:39 EST 2010


Author: div0
Date: 2010-01-25 12:09:26 -0500 (Mon, 25 Jan 2010)
New Revision: 8563

Modified:
   trunk/data/qcsrc/server/cheats.qc
Log:
remove an ugly print

Modified: trunk/data/qcsrc/server/cheats.qc
===================================================================
--- trunk/data/qcsrc/server/cheats.qc	2010-01-25 17:08:58 UTC (rev 8562)
+++ trunk/data/qcsrc/server/cheats.qc	2010-01-25 17:09:26 UTC (rev 8563)
@@ -53,8 +53,6 @@
 		return 1;
 	if(sv_cheats && autocvar_sv_cheats)
 		return 1;
-	if(autocvar_sv_cheats)
-		sprint(self, "Cheats are not yet allowed, and will be activated at next map change.\n");
 	return 0;
 }
 



More information about the nexuiz-commits mailing list