Revert "Revert "Make mapping use consistent Entity Uids (#7625)" (#7650)" (#8186)

This reverts commit 0957606792.
This commit is contained in:
Leon Friedrich
2022-05-15 13:29:01 +10:00
committed by GitHub
parent 42da67a6c8
commit 9255cc97a9

View File

@@ -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))