Skip to content

Commit 20593fb

Browse files
Missed a section of code (#20)
* Fix for OnBeingHosted event * Better Exception Handling in base TwitchClient * Update Version * oops missed a bit
1 parent fca16d1 commit 20593fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TwitchLib.Unity/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public Client() : base(null)
286286
/// <param name="channel">JoinedChannel object to designate which channel to send request to.</param>
287287
public new void GetChannelModerators(JoinedChannel channel)
288288
{
289-
if (!IsInitialized) HandleNotInitialized();
289+
//if (!IsInitialized) HandleNotInitialized();
290290
if (OnModeratorsReceived == null)
291291
throw new EventNotHandled("OnModeratorsReceived");
292292
SendMessage(channel, "/mods");

0 commit comments

Comments
 (0)