diff --git a/Content.Server/GameTicking/Commands/MappingCommand.cs b/Content.Server/GameTicking/Commands/MappingCommand.cs index 88538893e0..3eb91ac8a3 100644 --- a/Content.Server/GameTicking/Commands/MappingCommand.cs +++ b/Content.Server/GameTicking/Commands/MappingCommand.cs @@ -67,7 +67,7 @@ namespace Content.Server.GameTicking.Commands if (args.Length <= 1) shell.ExecuteCommand($"addmap {mapId} false"); else - shell.ExecuteCommand($"loadmap {mapId} \"{CommandParsing.Escape(args[1])}\""); + shell.ExecuteCommand($"loadmap {mapId} \"{CommandParsing.Escape(args[1])}\" 0 0 0 true"); // was the map actually created? if (!mapManager.MapExists(mapId))