From 192c1035971d356859d037db86d5196ad92209b9 Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Mon, 8 Nov 2021 20:04:18 -0300 Subject: [PATCH] fix compile error --- .../BarotraumaClient/ClientSource/Networking/GameClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaClient/ClientSource/Networking/GameClient.cs b/Barotrauma/BarotraumaClient/ClientSource/Networking/GameClient.cs index e919460fc..956829d0e 100644 --- a/Barotrauma/BarotraumaClient/ClientSource/Networking/GameClient.cs +++ b/Barotrauma/BarotraumaClient/ClientSource/Networking/GameClient.cs @@ -267,7 +267,7 @@ namespace Barotrauma.Networking otherClients = new List(); - serverSettings = new ServerSettings(this, "Server", 0, 0, 0, false, false); + serverSettings = new ServerSettings(this, "Server", 0, 0, 0, false, false, System.Net.IPAddress.Any); if (steamId == 0) {