Remove "bot_add" command.

This commit is contained in:
Marco Cawthorne 2024-01-26 19:30:08 -08:00
parent b2ebcd88a1
commit 1a728d1e04
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 3 deletions

View File

@ -398,9 +398,6 @@ TSMultiplayerRules::ConsoleCommand(NSClientPlayer pp, string cmd)
tokenize(cmd);
switch (argv(0)) {
case "bot_add":
Bot_AddQuick();
break;
default:
return (0);
}