summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2009-10-05 05:06:46 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:39 +0000
commit1536f5b74a6ea0e17f3ae1c223db3dd379d54f62 (patch)
treecf8b48437350e294a846575513addd8103c7e0d2
parentddb1d8ec4db9c2ac69b7313fbfb6d10347a4d3e8 (diff)
* Remove unused ADMF_TEAMCHANGEFREE
-rw-r--r--src/game/g_admin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/g_admin.h b/src/game/g_admin.h
index bdf44e4b..5ac3c668 100644
--- a/src/game/g_admin.h
+++ b/src/game/g_admin.h
@@ -45,7 +45,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
/*
* IMMUNITY - cannot be vote kicked, vote muted
* NOCENSORFLOOD - cannot be censored or flood protected
- * TEAMCHANGEFREE - never loses credits for changing teams
* SPECALLCHAT - can see team chat as a spectator
* FORCETEAMCHANGE - can switch teams any time, regardless of balance
* UNACCOUNTABLE - does not need to specify a reason for a kick/ban
@@ -57,11 +56,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* IMMUTABLE - admin commands cannot be used on them
* INCOGNITO - does not show up as an admin in !listplayers
* ALLFLAGS - all flags (including command flags) apply to this player
- * ? - receieves and can send /a admin messages
+ * ADMINCHAT - receieves and can send /a admin messages
*/
#define ADMF_IMMUNITY "IMMUNITY"
#define ADMF_NOCENSORFLOOD "NOCENSORFLOOD"
-#define ADMF_TEAMCHANGEFREE "TEAMCHANGEFREE"
#define ADMF_SPEC_ALLCHAT "SPECALLCHAT"
#define ADMF_FORCETEAMCHANGE "FORCETEAMCHANGE"
#define ADMF_UNACCOUNTABLE "UNACCOUNTABLE"