fix compile error

This commit is contained in:
Evil Factory
2021-11-08 20:04:18 -03:00
parent 89942fb8f5
commit 192c103597
@@ -267,7 +267,7 @@ namespace Barotrauma.Networking
otherClients = new List<Client>();
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)
{