From: Rudolf Polzer <divVerent@xonotic.org>
Date: Mon, 15 Aug 2011 11:43:08 +0000 (+0200)
Subject: also allow the timeformat cvar
X-Git-Tag: xonotic-v0.5.0~140^2~2^2~2
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=88189c5fb5841904705ba990c95f77651047129f;p=xonotic%2Fxonotic-data.pk3dir.git

also allow the timeformat cvar
---

diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc
index 047d2c0be..27bfba9ce 100644
--- a/qcsrc/server/g_world.qc
+++ b/qcsrc/server/g_world.qc
@@ -293,6 +293,7 @@ void cvar_changes_init()
 		BADCVAR("sv_vote_master_password");
 		BADCVAR("sys_colortranslation");
 		BADCVAR("sys_specialcharactertranslation");
+		BADCVAR("timeformat");
 		BADCVAR("timestamps");
 		BADPREFIX("developer_");
 		BADPREFIX("g_ban_");