This commit is contained in:
deathbybandaid 2022-02-23 13:42:03 -05:00
parent 95fd60824c
commit bb8801ad62

View File

@ -31,8 +31,9 @@ def prerun(rulematch=False):
for trigger_dict in commands:
sb.commands.dispatch(trigger_dict)
return
elif trigger.args[1].split("&&")[0] != commands[0]["trigger_command"]:
print(trigger.args[1].split("&&")[0])
print(commands[0]["trigger_command"])
# This is where we rebuild trigger
# we validate a few things here