test
This commit is contained in:
parent
25f4c2b8b9
commit
f58cdb1a08
@ -20,6 +20,8 @@ def prerun():
|
|||||||
if comrun.is_rulematch:
|
if comrun.is_rulematch:
|
||||||
if not comrun.is_real_command:
|
if not comrun.is_real_command:
|
||||||
sb.commands.dispatch(comrun.command)
|
sb.commands.dispatch(comrun.command)
|
||||||
|
else:
|
||||||
|
sb.commands.dispatch(comrun.command)
|
||||||
for trigger_dict in comrun.commands[1:]:
|
for trigger_dict in comrun.commands[1:]:
|
||||||
sb.commands.dispatch(trigger_dict)
|
sb.commands.dispatch(trigger_dict)
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user