summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2010-06-02 20:44:36 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:37 +0000
commit909efe34db267ddc3fbd55d17bf0a579fa735d18 (patch)
tree81be00ab24acda2b555780351d3bca97d9862bbd /src/game
parent16d46303e889b5a5b047d138b8180a3529667cdc (diff)
* Fix a typo preventing l4s from having spec999 in the default admin flags (thanks SlackerLinux)
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index 1d6077cc..4318e667 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -636,7 +636,7 @@ static void admin_default_levels( void )
l->level = level++;
Q_strncpyz( l->name, "^3Senior Admin", sizeof( l->name ) );
Q_strncpyz( l->flags,
- "listplayers admintest adminhelp time putteam spec99 kick mute showbans ban "
+ "listplayers admintest adminhelp time putteam spec999 kick mute showbans ban "
"namelog ADMINCHAT",
sizeof( l->flags ) );