Remove "bot_add" command.
This commit is contained in:
parent
b2ebcd88a1
commit
1a728d1e04
1 changed files with 0 additions and 3 deletions
|
@ -398,9 +398,6 @@ TSMultiplayerRules::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