We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c65ecb commit 0c94422Copy full SHA for 0c94422
1 file changed
PyOverlay.py
@@ -1,7 +1,7 @@
1
from __future__ import annotations
2
3
# VERSION variable MUST be on the 4th line always
4
-VERSION = 1.25
+VERSION = 1.26
5
6
try: # installing and importing all the needed packages
7
import math
@@ -924,7 +924,10 @@ def register_launch():
924
with open("PyOverlay.py", "w") as f:
925
f.write(latest_py_overlay)
926
print("Update complete! Please re-run PyOverlay")
927
+ input()
928
sys.exit(0)
929
+ else:
930
+ print("Ignoring update. ")
931
932
mc_log_path = str(Pathlib.home())
933
client = ""
0 commit comments