Fix bug where you cannot get to config with unloaded server

This commit is contained in:
amcmanu3 2024-02-20 22:30:32 -05:00
parent 9de08973b6
commit 900ec15e4c

View File

@ -574,6 +574,7 @@ class PanelHandler(BaseHandler):
"crash_detection": server_temp_obj["crash_detection"],
"show_status": server_temp_obj["show_status"],
"ignored_exits": server_temp_obj["ignored_exits"],
"count_players": server_temp_obj["count_players"],
},
"running": False,
"crashed": False,