Skip to content

Commit

Permalink
Changed Connect() from private to public
Browse files Browse the repository at this point in the history
  • Loading branch information
lexonegit committed Jan 29, 2023
1 parent 0e33cac commit b992244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unity-Twitch-Chat/Assets/Package/Runtime/IRC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private void HandleConnectionAlert(IRCReply alert)
}

[ContextMenu("Connect")]
private void Connect()
public void Connect()
{
if (useAnonymousLogin)
{
Expand Down

0 comments on commit b992244

Please sign in to comment.