Add map names to stuff (#21760)

- Station map
- FTL map
This commit is contained in:
metalgearsloth
2023-11-22 15:35:37 +11:00
committed by GitHub
parent 1ef0ed132b
commit ee3e3583bd
4 changed files with 9 additions and 8 deletions

View File

@@ -163,6 +163,8 @@ namespace Content.Server.GameTicking
var gridIds = _map.LoadMap(targetMapId, ev.GameMap.MapPath.ToString(), ev.Options);
_metaData.SetEntityName(_mapManager.GetMapEntityId(targetMapId), "Station map");
var gridUids = gridIds.ToList();
RaiseLocalEvent(new PostGameMapLoad(map, targetMapId, gridUids, stationName));