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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jan 17 12:59:17 EST 2010


Author: fruitiex
Date: 2010-01-17 12:59:16 -0500 (Sun, 17 Jan 2010)
New Revision: 8514

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
fix a typo in g_world.qc


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2010-01-17 16:27:00 UTC (rev 8513)
+++ trunk/data/qcsrc/server/g_world.qc	2010-01-17 17:59:16 UTC (rev 8514)
@@ -274,7 +274,7 @@
 		BADCVAR("net_address");
 		BADCVAR("port");
 		BADCVAR("savedgamecfg");
-		BADCVAR("sv_heartbeatperoid");
+		BADCVAR("sv_heartbeatperiod");
 		BADCVAR("sv_vote_master_password");
 		BADCVAR("sys_colortranslation");
 		BADCVAR("sys_specialcharactertranslation");



More information about the nexuiz-commits mailing list