forked from space-syndicate/space-station-14
stable upstream syns
This commit is contained in:
@@ -394,7 +394,7 @@ public sealed partial class ChatSystem : SharedChatSystem
|
||||
return;
|
||||
}
|
||||
|
||||
if (!EntityManager.TryGetComponent<StationDataComponent>(station, out var stationDataComp)) return;
|
||||
if (!TryComp<StationDataComponent>(station, out var stationDataComp)) return;
|
||||
|
||||
var filter = _stationSystem.GetInStation(stationDataComp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user