Skip to content

Commit

Permalink
v5.23 修了bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYX committed Aug 27, 2023
1 parent c80187c commit b845082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gui/choose.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ def start(_e):
int(config.debug_mode),
int(config.show_map_mode),
int(config.speed_mode),
int(config.unlock),
1,
int(config.bonus),
unlock=1,
gui=1
)
run(page.su.start)
Expand Down
3 changes: 1 addition & 2 deletions states.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
pyautogui.FAILSAFE=False

# 版本号
version = "v5.22 stable"
version = "v5.23 stable"


class SimulatedUniverse(UniverseUtils):
Expand Down Expand Up @@ -65,7 +65,6 @@ def __init__(self, find, debug, show_map, speed, unlock=False, bonus=False, upda
self.floor_tm = time.time()
self.re_align = 0
self.unlock = unlock
self.unlock = False
self.check_bonus = bonus
self.kl=0
self.fail_count=0
Expand Down

0 comments on commit b845082

Please sign in to comment.