Clean up all missing EntitySystem proxy method uses (#38353)
This commit is contained in:
@@ -390,7 +390,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