Fix invalid channel server crash.
This commit is contained in:
committed by
Matthias Mailänder
parent
5fa1dec6d8
commit
dd2fa36261
@@ -30,6 +30,7 @@ namespace OpenRA.Server
|
|||||||
Log.AddChannel("perf", "dedicated-perf.log", true);
|
Log.AddChannel("perf", "dedicated-perf.log", true);
|
||||||
Log.AddChannel("server", "dedicated-server.log", true);
|
Log.AddChannel("server", "dedicated-server.log", true);
|
||||||
Log.AddChannel("nat", "dedicated-nat.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
|
// 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
|
// then we use this to override the mod search path, and replace it with the mod id
|
||||||
|
|||||||
Reference in New Issue
Block a user