mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
autostatus was annoying with a default that actually prints useless stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3383 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b0d29915c5
commit
18ef542c7f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void TP_SkinCvar_Callback(struct cvar_s *var, char *oldvalue);
|
|||
TP_CVAR(cl_parseSay, "1"); \
|
||||
TP_CVAR(cl_parseFunChars, "1"); \
|
||||
TP_CVAR(cl_triggers, "1"); \
|
||||
TP_CVAR(tp_autostatus, "$name $location"); /* things which will not always change, but are useful */ \
|
||||
TP_CVAR(tp_autostatus, ""); /* things which will not always change, but are useful */ \
|
||||
TP_CVAR(tp_forceTriggers, "0"); \
|
||||
TP_CVAR(tp_loadlocs, "1"); \
|
||||
TP_CVARC(cl_teamskin, "", TP_SkinCvar_Callback); \
|
||||
|
|
Loading…
Reference in a new issue