Skip to content

Commit

Permalink
typo in matchmaking fn call
Browse files Browse the repository at this point in the history
  • Loading branch information
asadm committed Mar 26, 2024
1 parent b0befb4 commit c76ac84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/PlayroomKit/PlayroomKit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ private static string ConvertComplexToJson(object data)
}

[DllImport("__Internal")]
public static extern void StartMatchMaking();
public static extern void StartMatchmaking();

// Player class
public class Player
Expand Down
2 changes: 1 addition & 1 deletion Assets/Plugins/PlayroomPlugin.jslib
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ mergeInto(LibraryManager.library, {
},


StartMatchMaking: function () {
StartMatchmaking: function () {
if (!window.Playroom) {
console.error("Playroom library is not loaded. Please make sure to call InsertCoin first.");
return;
Expand Down

0 comments on commit c76ac84

Please sign in to comment.