From: divverent Date: Tue, 8 Nov 2011 11:29:04 +0000 (+0000) Subject: explain that with pausable 0, the server admin still can pause X-Git-Tag: xonotic-v0.6.0~172 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ec4106cfa3ec0f7a46dce0302e190d04a43f8560;p=xonotic%2Fdarkplaces.git explain that with pausable 0, the server admin still can pause git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11534 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=322581aff6094b7c4c36d4a982fc65ff0033daac --- diff --git a/sv_main.c b/sv_main.c index df96939e..c40131b5 100644 --- a/sv_main.c +++ b/sv_main.c @@ -45,7 +45,7 @@ cvar_t fraglimit = {CVAR_NOTIFY, "fraglimit","0", "ends level if this many frags cvar_t gamecfg = {0, "gamecfg", "0", "unused cvar in quake, can be used by mods"}; cvar_t noexit = {CVAR_NOTIFY, "noexit","0", "kills anyone attempting to use an exit"}; cvar_t nomonsters = {0, "nomonsters", "0", "unused cvar in quake, can be used by mods"}; -cvar_t pausable = {0, "pausable","1", "allow players to pause or not"}; +cvar_t pausable = {0, "pausable","1", "allow players to pause or not (otherwise, only the server admin can)"}; cvar_t pr_checkextension = {CVAR_READONLY, "pr_checkextension", "1", "indicates to QuakeC that the standard quakec extensions system is available (if 0, quakec should not attempt to use extensions)"}; cvar_t samelevel = {CVAR_NOTIFY, "samelevel","0", "repeats same level if level ends (due to timelimit or someone hitting an exit)"}; cvar_t skill = {0, "skill","1", "difficulty level of game, affects monster layouts in levels, 0 = easy, 1 = normal, 2 = hard, 3 = nightmare (same layout as hard but monsters fire twice)"};