From afb99a2c6f9fd17cc0aa5de2967a0ca8f247b524 Mon Sep 17 00:00:00 2001 From: Pawel Orzech Date: Thu, 15 Aug 2019 10:27:29 +0100 Subject: [PATCH] there's no sbr YET --- commands.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands.py b/commands.py index 383bb21..120cabd 100644 --- a/commands.py +++ b/commands.py @@ -2677,8 +2677,8 @@ def user_command_executor(command): rank_up() elif command == 'lrpan': lr_pan() - elif command == 'sbr': - superbattleroad() + # elif command == 'sbr': + # superbattleroad() elif command == 'bossrush': bossrush() elif command == 'omegafarm': @@ -2768,6 +2768,7 @@ def user_command_executor(command): else: print('Command not found.') #################################################################### +#Oh, it's work in progress! def superbattleroad():