[nexuiz-commits] r7312 - trunk/data
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Aug 3 15:15:26 EDT 2009
Author: div0
Date: 2009-08-03 15:15:26 -0400 (Mon, 03 Aug 2009)
New Revision: 7312
Modified:
trunk/data/defaultNexuiz.cfg
Log:
set gameversion_min and gameversion_max to restrict compatibility in the future (server browser only)
Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg 2009-08-03 18:44:30 UTC (rev 7311)
+++ trunk/data/defaultNexuiz.cfg 2009-08-03 19:15:26 UTC (rev 7312)
@@ -37,6 +37,8 @@
//
// e.g. Nexuiz 1.5.1 RC1 will be 15101
gameversion 20000
+gameversion_min 20000 // 2.5.1 still used this
+gameversion_max 20699 // 2.5 version allows any 2.6 release, but no more
// say aliases
alias asay_ctf_flagcarrier "say_team flag carrier at %y"
More information about the nexuiz-commits
mailing list