Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from Techiesplash/experimental
Browse files Browse the repository at this point in the history
Fixed problem in ImGui Menu Demo
  • Loading branch information
misslunatic committed Jan 15, 2023
2 parents cb67ad5 + 3ca659a commit 46f6bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IMGUIMenuDemo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ private void Start()
private void Refresh()
{
IMatchmaker.Connect();
/* var x = IMatchmaker.GetAllLobbyIdsByAttribute("public", "True");
var x = IMatchmaker.GetAllLobbyIdsByAttribute("public", "True");
foreach (var y in x)
{
ServerList.Add(IMatchmaker.GetLobbyAttribute(y, "_auto_ip"));
}*/
// IMatchmaker.Disconnect();
}
IMatchmaker.Disconnect();
}

private void OnGUI()
Expand Down

0 comments on commit 46f6bae

Please sign in to comment.