Update content to mapsystem (#12387)
This commit is contained in:
@@ -47,8 +47,8 @@ namespace Content.Server.Administration.Commands
|
||||
{
|
||||
loadOptions.Offset = new Vector2(x, y);
|
||||
}
|
||||
var (ents, grids) = gameTicker.LoadGameMap(gameMap, new MapId(mapId), loadOptions, stationName);
|
||||
shell.WriteLine($"Loaded {ents.Count} entities and {grids.Count} grids.");
|
||||
var grids = gameTicker.LoadGameMap(gameMap, new MapId(mapId), loadOptions, stationName);
|
||||
shell.WriteLine($"Loaded {grids.Count} grids.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user