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; }