This reverts commit 0957606792.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user