Fix reference

This commit is contained in:
JeremyStar™ 2024-05-14 00:42:18 +02:00
parent 294f5f188d
commit 0dada10659
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -241,7 +241,7 @@ func inject_entrypoint() -> void:
# Update variables
entrypoint_node.core = core
entrypoint_node.logger = core.logger.get_instance(communication.get_source_path("src/" + manifest["entrypoint"]), entrypoint_node)
entrypoint_node.communication = communication
entrypoint_node.api = communication
# Add to SceneTree
get_tree().root.add_child(entrypoint_node)