This commit is contained in:
deathbybandaid 2022-02-23 13:54:16 -05:00
parent c6fd6d70be
commit 9c5b49d737

View File

@ -32,6 +32,7 @@ def prerun(rulematch=False):
sb.commands.dispatch(trigger_dict) sb.commands.dispatch(trigger_dict)
return return
elif sb.commands.get_command_from_trigger(trigger) != commands[0]["trigger_command"]: elif sb.commands.get_command_from_trigger(trigger) != commands[0]["trigger_command"]:
print("compare time")
print(trigger.args[1].split("&&")[0]) print(trigger.args[1].split("&&")[0])
print(commands[0]["trigger_command"]) print(commands[0]["trigger_command"])