From 687cc3a370332adf15449ee1ccfc68ceacdb5de7 Mon Sep 17 00:00:00 2001 From: davtur19 Date: Fri, 1 Jan 2021 23:19:34 +0100 Subject: [PATCH] Error description changed I wasted an hour of my life checking firewalls and port forwarding before realizing I had to open Steam --- .../Sandbox.Game/Engine/Multiplayer/MyDedicatedServerBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Sandbox.Game/Engine/Multiplayer/MyDedicatedServerBase.cs b/Sources/Sandbox.Game/Engine/Multiplayer/MyDedicatedServerBase.cs index 9608a5ba12..10b923da73 100644 --- a/Sources/Sandbox.Game/Engine/Multiplayer/MyDedicatedServerBase.cs +++ b/Sources/Sandbox.Game/Engine/Multiplayer/MyDedicatedServerBase.cs @@ -258,7 +258,7 @@ protected void Initialize(IPEndPoint serverEndpoint) if (ip == 0) { - MyLog.Default.WriteLineAndConsole("Error: No IP assigned."); + MyLog.Default.WriteLineAndConsole("Error: No IP assigned or Steam not open."); return; }