Fix critical bug with unloaded servers

This commit is contained in:
amcmanu3 2022-09-05 23:15:07 -04:00
parent 3e29e3c77c
commit 1b2fef06fb

View File

@ -549,6 +549,7 @@ class PanelHandler(BaseHandler):
"log_path": server_temp_obj["log_path"],
"executable": server_temp_obj["executable"],
"execution_command": server_temp_obj["execution_command"],
"shutdown_timeout": server_obj["shutdown_timeout"],
"stop_command": server_temp_obj["stop_command"],
"executable_update_url": server_temp_obj[
"executable_update_url"