Skip to content

Commit b992244

Browse files
committed
Changed Connect() from private to public
1 parent 0e33cac commit b992244

File tree

1 file changed

+1
-1
lines changed
  • Unity-Twitch-Chat/Assets/Package/Runtime

1 file changed

+1
-1
lines changed

Unity-Twitch-Chat/Assets/Package/Runtime/IRC.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ private void HandleConnectionAlert(IRCReply alert)
190190
}
191191

192192
[ContextMenu("Connect")]
193-
private void Connect()
193+
public void Connect()
194194
{
195195
if (useAnonymousLogin)
196196
{

0 commit comments

Comments
 (0)