Update to 2870270e359dddeba0a1ae01576a2d89abe363de
This commit is contained in:
parent
02481e1714
commit
cfe0abb5de
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ func _ready() -> void:
|
|||
inject_modules()
|
||||
custom_modules_node.name = "Custom Modules"
|
||||
add_child(custom_modules_node)
|
||||
loggeri = logger.get_instance(basepath + "src/core.gd")
|
||||
loggeri = logger.get_instance(basepath.replace("res://", "") + "src/core.gd")
|
||||
|
||||
## Initializes all built-in modules during the preinitialization phase.[br]
|
||||
## [b]Danger: [i]Don't call this.[/i][/b]
|
||||
|
|
Loading…
Reference in a new issue