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

View file

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