mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fixes error thrown when server download doesn't finsih before server creation ends.
Adds notification when download is complete.
This commit is contained in:
@ -115,7 +115,6 @@ class Server:
|
||||
self.settings = server_data_obj
|
||||
|
||||
# build our server run command
|
||||
self.setup_server_run_command()
|
||||
|
||||
if server_data_obj['auto_start']:
|
||||
delay = int(self.settings['auto_start_delay'])
|
||||
|
Reference in New Issue
Block a user