Cleanup: Remove `TelephoneComponent.RequiresPower` (#38823)
* Cleanup * Forgot about yml
This commit is contained in:
@@ -490,6 +490,6 @@ public sealed class TelephoneSystem : SharedTelephoneSystem
|
||||
|
||||
public bool IsTelephonePowered(Entity<TelephoneComponent> entity)
|
||||
{
|
||||
return this.IsPowered(entity, EntityManager) || !entity.Comp.RequiresPower;
|
||||
return this.IsPowered(entity, EntityManager);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user