Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdplnk committed Apr 6, 2024
1 parent 5ad5e87 commit f3f427d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1-release/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ def startserver_menu():
global raam
global ramtypee
global run
global jarpath

if enabled_debug:
print("Start Server Menu Opened, checking if server is running...")
Expand Down Expand Up @@ -717,6 +718,7 @@ def ram_change(*args):
def start_server():
global ramtype_var
global ram_var
global jarpath
cfg = {}
with open(confpath, 'r') as file:
for line in file:
Expand Down

0 comments on commit f3f427d

Please sign in to comment.