Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Fix AutoConnect for WebGL builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Teixeira committed Jul 16, 2015
1 parent 6412571 commit a810219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/GameJolt/Scripts/API/Manager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void AutoConnectWebPlayer()
message = '';
}}
SendMessage('{0}', 'OnGetUserFromWeb', message);
SendMessage('{0}', 'OnAutoConnectWebPlayer', message);
", this.gameObject.name));
#endif
}
Expand Down

0 comments on commit a810219

Please # to comment.