(2402e736e) Tester's build, January 25th 2020
This commit is contained in:
@@ -509,11 +509,6 @@ namespace Barotrauma.Networking
|
||||
IP = "";
|
||||
Port = "";
|
||||
QueryPort = "";
|
||||
string pingLocation = lobby.GetData("pinglocation");
|
||||
if (!string.IsNullOrEmpty(pingLocation))
|
||||
{
|
||||
PingLocation = Steamworks.Data.PingLocation.TryParseFromString(pingLocation);
|
||||
}
|
||||
PlayerCount = currPlayers;
|
||||
MaxPlayers = maxPlayers;
|
||||
HasPassword = hasPassword;
|
||||
|
||||
Reference in New Issue
Block a user