git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3618 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2010-11-06 14:22:33 +00:00
parent f4e564b5de
commit 9389b7d784
1 changed files with 1 additions and 0 deletions

View File

@ -2102,6 +2102,7 @@ void SV_InitOperatorCommands (void)
Cmd_AddCommand ("quit", SV_Quit_f);
Cmd_AddCommand ("say", SV_ConSay_f);
Cmd_AddCommand ("sayone", SV_ConSayOne_f);
Cmd_AddCommand ("tell", SV_ConSayOne_f);
Cmd_AddCommand ("serverinfo", SV_Serverinfo_f); //commands that conflict with client commands.
Cmd_AddCommand ("user", SV_User_f);