Remove "bot_add" command.
This commit is contained in:
parent
91bddbb7db
commit
a3a915aa18
1 changed files with 0 additions and 3 deletions
|
@ -184,9 +184,6 @@ HLMultiplayerRules::ConsoleCommand(NSClientPlayer pp, string cmd)
|
|||
tokenize(cmd);
|
||||
|
||||
switch (argv(0)) {
|
||||
case "bot_add":
|
||||
Bot_AddQuick();
|
||||
break;
|
||||
default:
|
||||
return (0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue