Skip to content

Commit 5f145ed

Browse files
committed
fix PrisonSystem
1 parent b1ff3d1 commit 5f145ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Server/_Stories/Prison/PrisonSystem.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private void OnStationInit(EntityUid uid, StationPrisonComponent component, MapI
135135
var prototype = _prototypeManager.Index(component.GameMap);
136136

137137
_map.CreateMap(out var mapId, false);
138-
_gameTicker.LoadGameMap(prototype, mapId, null);
138+
_gameTicker.LoadGameMap(prototype, out mapId, null);
139139

140140
var prison = _station.GetStationInMap(mapId);
141141

0 commit comments

Comments
 (0)