From f450e51f2af80f40e1a1f13a2672944957e9f6a9 Mon Sep 17 00:00:00 2001 From: div0 Date: Sat, 25 Jul 2009 14:43:18 +0000 Subject: [PATCH] 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? git-svn-id: svn://svn.icculus.org/nexuiz/trunk@7262 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index 7afcf2fa8..f08a7a7a8 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -254,7 +254,7 @@ set g_maxplayers_spectator_blocktime 5 "if the players voted for the \"nospectat //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" -- 2.39.2