From dd2fa36261365307c7268a4bfe940ba78a1ee9a6 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 1 Mar 2020 18:19:25 +0000 Subject: [PATCH] Fix invalid channel server crash. --- OpenRA.Server/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Server/Program.cs b/OpenRA.Server/Program.cs index 532e560a5a..ec4b4f29ea 100644 --- a/OpenRA.Server/Program.cs +++ b/OpenRA.Server/Program.cs @@ -30,6 +30,7 @@ namespace OpenRA.Server Log.AddChannel("perf", "dedicated-perf.log", true); Log.AddChannel("server", "dedicated-server.log", true); Log.AddChannel("nat", "dedicated-nat.log", true); + Log.AddChannel("geoip", "dedicated-geoip.log", true); // Special case handling of Game.Mod argument: if it matches a real filesystem path // then we use this to override the mod search path, and replace it with the mod id