Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdplnk committed Apr 6, 2024
1 parent f3f427d commit cf7329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4-deprecated/gui/main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ def startserver_menu():
# Set window title
root.title("SSTools4MC - Server Running...")
# Check if server.jar exists
if not os.path.exists(jarpath):
if not os.path.exists("server.jar"):
if enabled_debug:
print('Server.jar file not found, opening "Cant Start your Server" menu variant...')
# Clear the window
Expand Down

0 comments on commit cf7329a

Please sign in to comment.