Skip to content

Commit

Permalink
fixed wrong lobby value
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMeepso committed Nov 7, 2024
1 parent 8853d0b commit a2d8070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ void SteamMatchmaking_OnLobbyCreated(Result result, Steamworks.Data.Lobby Lobby)

SteamNetworking.AllowP2PPacketRelay(true);

Lobby.SetData("server_browser_value", "1"); // i have no idea!
Lobby.SetData("server_browser_value", "0"); // i have no idea!

Console.WriteLine("Lobby Created!");
Console.WriteLine($"Lobby Code: {Lobby.GetData("code")}");
Expand Down

0 comments on commit a2d8070

Please sign in to comment.