Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions addons/godot-playfab/PlayFabManager.gd
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func _init():

# Called when the node enters the scene tree for the first time.
func _ready():
set_process_mode(PROCESS_MODE_ALWAYS)
add_child(client)
add_child(event)
client_config = _client_config_loader.load(title_id)
Expand Down