Update to cc75f108da5a350db3d5d9d1063fe6ab3514ffc3
This commit is contained in:
parent
efae034981
commit
e41505b4fc
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@ func _init(new_config: CoreConfiguration = CoreConfiguration.new()) -> void:
|
|||
var inittime: int = Time.get_ticks_msec()
|
||||
name = "CORE"
|
||||
if !check_godot_version(): return
|
||||
if !determine_basepath(): queue_free()
|
||||
if !determine_basepath():
|
||||
get_tree().quit(70)
|
||||
while true: await get_tree().create_timer(9999).timeout
|
||||
custom_modules_node = Node.new()
|
||||
reload_configuration(new_config)
|
||||
initialize_modules()
|
||||
|
|
Loading…
Reference in a new issue