Clean and add spawners (#5520)

This commit is contained in:
AJCM-git
2021-11-25 18:36:57 -04:00
committed by GitHub
parent 4b76ca6822
commit 2ea7c55e93
6 changed files with 55 additions and 31 deletions

View File

@@ -71,6 +71,7 @@ namespace Content.Server.GameTicking.Commands
shell.ExecuteCommand("aghost");
shell.ExecuteCommand($"tp 0 0 {mapId}");
shell.RemoteExecuteCommand("showmarkers");
var newGrid = mapManager.GetAllGrids().OrderByDescending(g => (int) g.Index).First();
var pauseManager = IoCManager.Resolve<IPauseManager>();