Skip to content

Commit

Permalink
Fixed small syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-maltbie committed Nov 22, 2022
1 parent 77027a8 commit ba86a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ internal static void OnCloseEvent(int disconnectCode)
public static IWebSocketClient Create(string url)
{
#if (UNITY_WEBGL && !UNITY_EDITOR)
Client = new JSWebSocketClient()
Client = new JSWebSocketClient();
_SetUrl(url);
_SetOnOpen(OnOpenEvent);
_SetOnMessage(OnMessageEvent);
Expand Down

0 comments on commit ba86a62

Please sign in to comment.