This reverts commit 0957606792.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Content.Server.GameTicking.Commands
|
|||||||
if (args.Length <= 1)
|
if (args.Length <= 1)
|
||||||
shell.ExecuteCommand($"addmap {mapId} false");
|
shell.ExecuteCommand($"addmap {mapId} false");
|
||||||
else
|
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?
|
// was the map actually created?
|
||||||
if (!mapManager.MapExists(mapId))
|
if (!mapManager.MapExists(mapId))
|
||||||
|
|||||||
Reference in New Issue
Block a user