Fix bug where failed server could not delete

This commit is contained in:
amcmanu3 2023-03-01 13:35:36 -05:00
parent a62964f3e1
commit efb9c9844f

View File

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