mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 01:35:28 +01:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
2becb657ca
commit
3e370c0ae4
@ -247,7 +247,7 @@ class ImportHelpers:
|
||||
# we'll delete the zip we downloaded now
|
||||
os.remove(os.path.join(path, "bedrock_server.zip"))
|
||||
except Exception as e:
|
||||
logger.critical(f"Failed to download bedrock executable for update \n{e}")
|
||||
logger.critical(f"Failed to download bedrock executable during server creation! \n{e}")
|
||||
|
||||
ServersController.finish_import(new_id)
|
||||
server_users = PermissionsServers.get_server_user_list(new_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user