Don't mapinit when mapping creates a blank map (#6928)
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Content.Server.GameTicking.Commands
|
|||||||
|
|
||||||
// either load a map or create a new one.
|
// either load a map or create a new one.
|
||||||
if (args.Length == 0)
|
if (args.Length == 0)
|
||||||
shell.ExecuteCommand($"addmap {mapId}");
|
shell.ExecuteCommand($"addmap {mapId} false");
|
||||||
else
|
else
|
||||||
shell.ExecuteCommand($"loadmap {mapId} \"{CommandParsing.Escape(args[0])}\"");
|
shell.ExecuteCommand($"loadmap {mapId} \"{CommandParsing.Escape(args[0])}\"");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user