fix: allow actions in 'stage'
This commit is contained in:
@@ -32,8 +32,8 @@ class ActionFlow:
|
||||
|
||||
def stage(self, *actions: type[Action]):
|
||||
for Actor in actions:
|
||||
try: self.queue(Actor)
|
||||
except: pass
|
||||
self.allow(Actor)
|
||||
self.queue(Actor)
|
||||
self.react()
|
||||
|
||||
def react(self):
|
||||
|
||||
Reference in New Issue
Block a user