Remove "bot_add" command.

This commit is contained in:
Marco Cawthorne 2024-01-26 19:29:40 -08:00
parent 91bddbb7db
commit a3a915aa18
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -184,9 +184,6 @@ HLMultiplayerRules::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);
} }