Don't mapinit when mapping creates a blank map (#6928)

This commit is contained in:
metalgearsloth
2022-02-28 16:38:33 +11:00
committed by GitHub
parent 0bfda705cd
commit eaee0a8a4c

View File

@@ -64,7 +64,7 @@ namespace Content.Server.GameTicking.Commands
// either load a map or create a new one.
if (args.Length == 0)
shell.ExecuteCommand($"addmap {mapId}");
shell.ExecuteCommand($"addmap {mapId} false");
else
shell.ExecuteCommand($"loadmap {mapId} \"{CommandParsing.Escape(args[0])}\"");