Skip to content

Commit

Permalink
1.3.0 is ready!
Browse files Browse the repository at this point in the history
  • Loading branch information
happymimimix authored Dec 4, 2024
1 parent 42e1d51 commit db75554
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Program_Source_Code.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def Process_Mouse_Input(hwnd, X, Y, W, H):
keyboard.press_and_release('return')
keyboard.press_and_release('home')
global Version
if int(Version[0]) > 1 and int(Version[0]) < 1:
if int(Version[0]) > 1 and int(Version[0]) < 9:
print("Note: We think your version of Singer Song Writer might not require MTC='Slave' for speed hacking. \nIf that isn't the case, click 'MTC Quick Fix' in the toolbox to fix it. ")
else:
keyboard.press_and_release('alt')
Expand Down Expand Up @@ -841,8 +841,7 @@ def tree_search(hwnd, depth=0):
keyboard.press_and_release('n')
keyboard.press_and_release('return')
keyboard.press_and_release('home')
global Version
if int(Version[0]) > 1 and int(Version[0]) < 1:
if int(Version[0]) > 1 and int(Version[0]) < 9:
print("Note: We think your version of Singer Song Writer might not require MTC='Slave' for speed hacking. \nIf that isn't the case, click 'MTC Quick Fix' in the toolbox to fix it. ")
else:
keyboard.press_and_release('alt')
Expand Down

0 comments on commit db75554

Please sign in to comment.