fix:减反
This commit is contained in:
parent
68db4202d3
commit
473b89f2a4
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class RIIC_ChooseSolver(SceneGraphSolver):
|
||||||
EnterRoomSolver().run(self.room)
|
EnterRoomSolver().run(self.room)
|
||||||
|
|
||||||
def transition(self) -> bool:
|
def transition(self) -> bool:
|
||||||
if (self.tap_time - datetime.now()).total_seconds() > 120:
|
if (datetime.now()-self.tap_time).total_seconds() > 90:
|
||||||
EnterRoomSolver().run(self.room)
|
EnterRoomSolver().run(self.room)
|
||||||
return True
|
return True
|
||||||
if (scene := self.scene()) == Scene.RIIC_OPERATOR_SELECT:
|
if (scene := self.scene()) == Scene.RIIC_OPERATOR_SELECT:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue