re-InitializeLoaders on Dedicated server restart, will fresh list of maps too

This commit is contained in:
Igor Popov
2013-12-24 22:23:57 +04:00
parent 35e906c606
commit 12199da97f

View File

@@ -385,6 +385,7 @@ namespace OpenRA
if (Settings.Server.DedicatedLoop) if (Settings.Server.DedicatedLoop)
{ {
Console.WriteLine("Starting a new server instance..."); Console.WriteLine("Starting a new server instance...");
modData.InitializeLoaders();
continue; continue;
} }