This commit is contained in:
deathbybandaid 2022-02-23 15:00:34 -05:00
parent 2023e4e1bb
commit bdfc554312

View File

@ -44,7 +44,7 @@ def prerun(rulematch=False):
sb.commands.dispatch(trigger_dict) sb.commands.dispatch(trigger_dict)
return return
if rulematch and sb.commands.is_real_command(commands[0]["trigger_command"]): if rulematch and sb.commands.is_real_command(commands[0]):
return return
# This is where we rebuild trigger # This is where we rebuild trigger