stable upstream syns

This commit is contained in:
Dmitry
2025-07-17 14:36:21 +07:00
916 changed files with 19949 additions and 9224 deletions

View File

@@ -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);