mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
Patched Twitch_Setup_Dialog trying to join Chat Early
A return may or may not have been forgotten to stop early joining chat.
This commit is contained in:
parent
89e3e5cc93
commit
d48a46ce11
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ func connect_to_chat():
|
||||||
|
|
||||||
if !Connections.twitch.get("chat_socket") or Connections.twitch.chat_socket.get_ready_state() != WebSocketPeer.STATE_OPEN:
|
if !Connections.twitch.get("chat_socket") or Connections.twitch.chat_socket.get_ready_state() != WebSocketPeer.STATE_OPEN:
|
||||||
Connections.twitch.setup_chat_connection(%Default_Chat.text)
|
Connections.twitch.setup_chat_connection(%Default_Chat.text)
|
||||||
|
return
|
||||||
|
|
||||||
|
|
||||||
Connections.twitch.join_channel(%Default_Chat.text)
|
Connections.twitch.join_channel(%Default_Chat.text)
|
||||||
|
|
Loading…
Reference in a new issue