mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix bug where servers are created without bu dir
This commit is contained in:
parent
8bad0fb0a9
commit
621afb4eec
@ -529,6 +529,10 @@ class Controller:
|
|||||||
server_host=monitoring_host,
|
server_host=monitoring_host,
|
||||||
server_type=monitoring_type,
|
server_type=monitoring_type,
|
||||||
)
|
)
|
||||||
|
self.management.set_backup_config(
|
||||||
|
new_server_id,
|
||||||
|
backup_path,
|
||||||
|
)
|
||||||
if data["create_type"] == "minecraft_java":
|
if data["create_type"] == "minecraft_java":
|
||||||
if root_create_data["create_type"] == "download_jar":
|
if root_create_data["create_type"] == "download_jar":
|
||||||
# modded update urls from server jars will only update the installer
|
# modded update urls from server jars will only update the installer
|
||||||
|
Loading…
Reference in New Issue
Block a user