From 12199da97f9010e7d1ea7c17aeb6bf1de682b97c Mon Sep 17 00:00:00 2001 From: Igor Popov Date: Tue, 24 Dec 2013 22:23:57 +0400 Subject: [PATCH] re-InitializeLoaders on Dedicated server restart, will fresh list of maps too --- OpenRA.Game/Game.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index aa782f7228..f15c436cac 100644 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -385,6 +385,7 @@ namespace OpenRA if (Settings.Server.DedicatedLoop) { Console.WriteLine("Starting a new server instance..."); + modData.InitializeLoaders(); continue; }