[nexuiz-commits] r7262 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 25 10:43:18 EDT 2009


Author: div0
Date: 2009-07-25 10:43:18 -0400 (Sat, 25 Jul 2009)
New Revision: 7262

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
add to the documentation for terencehill who obviously cannot think that g_warmup_limit is in SECONDS and meant to be in SECONDS.

Shouldn't a default value of 60 have been obvious enough for that?


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-07-25 13:50:43 UTC (rev 7261)
+++ trunk/data/defaultNexuiz.cfg	2009-07-25 14:43:18 UTC (rev 7262)
@@ -254,7 +254,7 @@
 
 //tournament mod
 set g_warmup 0	"split the game into a warmup- and match-stage when set to 1"
-set g_warmup_limit 60	"if set to -1 the warmup-stage is not affected by any timelimit, if set to 0 the usual timelimit also affects warmup-stage, otherwise warmup will be limited to this time (useful for public matches)"
+set g_warmup_limit 60	"if set to -1 the warmup-stage is not affected by any timelimit, if set to 0 the usual timelimit also affects warmup-stage, otherwise warmup will be limited to this time in SECONDS (useful for public matches)"
 set g_warmup_allow_timeout 0	"if set to 0 you cannot use the calltimeout command during the warmup-stage but only during the match stage"
 set g_warmup_allguns 0	"if set players start with all guns in warmup mode"
 set g_warmup_start_health 250	"starting values when being in warmup-stage"



More information about the nexuiz-commits mailing list