Stop mapping command from unsetting it's own settings if used repeatedly (#7875)
This commit is contained in:
@@ -85,10 +85,7 @@ namespace Content.Server.GameTicking.Commands
|
||||
|
||||
shell.ExecuteCommand("sudo cvar events.enabled false");
|
||||
shell.ExecuteCommand($"tp 0 0 {mapId}");
|
||||
shell.RemoteExecuteCommand("showmarkers");
|
||||
shell.RemoteExecuteCommand("togglelight");
|
||||
shell.RemoteExecuteCommand("showsubfloorforever");
|
||||
shell.RemoteExecuteCommand("loadmapacts");
|
||||
shell.RemoteExecuteCommand("mappingclientsidesetup");
|
||||
mapManager.SetMapPaused(mapId, true);
|
||||
|
||||
if (args.Length == 2)
|
||||
|
||||
Reference in New Issue
Block a user