This commit is contained in:
deathbybandaid 2022-02-24 10:28:45 -05:00
parent 25f4c2b8b9
commit f58cdb1a08

View File

@ -20,6 +20,8 @@ def prerun():
if comrun.is_rulematch:
if not comrun.is_real_command:
sb.commands.dispatch(comrun.command)
else:
sb.commands.dispatch(comrun.command)
for trigger_dict in comrun.commands[1:]:
sb.commands.dispatch(trigger_dict)
return