2
0
Fork 0

Update to cc75f108da5a350db3d5d9d1063fe6ab3514ffc3

This commit is contained in:
JeremyStar™ 2024-05-10 21:21:43 +02:00
parent efae034981
commit e41505b4fc
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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()