This commit is contained in:
deathbybandaid 2022-02-23 13:58:36 -05:00
parent 59c2c83ea3
commit e1faf1341c

View File

@ -33,6 +33,7 @@ def prerun(rulematch=False):
return
# If the original trigger is not the same after && split
# so we will now redispatch to help get the correct function passed
trigger_command = sb.commands.get_command_from_trigger(trigger)
if trigger_command != commands[0]["trigger_command"]:
sb.commands.dispatch(commands[0])