diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/commands/Cheats.py b/dist/ba_root/mods/chatHandle/ChatCommands/commands/Cheats.py index a79ce67..cf4ca97 100644 --- a/dist/ba_root/mods/chatHandle/ChatCommands/commands/Cheats.py +++ b/dist/ba_root/mods/chatHandle/ChatCommands/commands/Cheats.py @@ -60,12 +60,6 @@ def ExcelCommand(command, arguments, clientid, accountid): elif command in ['speedon', 'speedy']: speedy(arguments, clientid) - - elif command in ['acl']: - acl(arguments, clientid) - - elif command in ['vcl']: - vcl(arguments, clientid) def kill(arguments, clientid):