Revert "Upstream sync (#1509)" (#1510)

This reverts commit a35c718734.
This commit is contained in:
Red
2025-07-08 11:59:51 +03:00
committed by GitHub
parent a35c718734
commit ae077c3971
935 changed files with 9384 additions and 19938 deletions

View File

@@ -122,7 +122,7 @@ namespace Content.Server.Solar.EntitySystems
private void UpdatePanelCoverage(Entity<SolarPanelComponent> panel)
{
var entity = panel.Owner;
var xform = Comp<TransformComponent>(entity);
var xform = EntityManager.GetComponent<TransformComponent>(entity);
// So apparently, and yes, I *did* only find this out later,
// this is just a really fancy way of saying "Lambert's law of cosines".