Skip to content

Commit

Permalink
Merge pull request #94 from Drikanis/fix-twitch-integration-initializ…
Browse files Browse the repository at this point in the history
…ation

fix twitch integration initialization
  • Loading branch information
ExpiredPopsicle authored Feb 9, 2025
2 parents 28c7155 + c1bcd04 commit 42ec280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mods/Twitch/TwitchIntegration.gd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func scene_shutdown():

func _ready() -> void:
var twitch : TwitchService = TwitchService.new()
add_child(twitch)
twitch.name = "TwitchService"
twitch.twitch_client_id = "mcelg5q6vbtp2phjxi3d5u4shb6uzh"
twitch.config_root = get_app().get_config_location()
add_child(twitch)

0 comments on commit 42ec280

Please sign in to comment.