]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Remove uses of `TransformComponent.ChildEntities` (#22442)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sat, 16 Dec 2023 16:09:50 +0000 (11:09 -0500)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 16:09:50 +0000 (03:09 +1100)
commit9a3342d972f5a5323f0309646b6098bd1fb80873
tree3e799336a3dddcbb6e179a8a563bf690548bad42
parentaa08cc3e539f9ad58f9e6b2f31e1d9eaec22e141
Remove uses of `TransformComponent.ChildEntities` (#22442)

* Make output of ChildEnumerator non-nullable

* Remove uses of ChildEntities

* poke tests

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
12 files changed:
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs
Content.Server/Cargo/Systems/PricingSystem.cs
Content.Server/Construction/Commands/FixRotationsCommand.cs
Content.Server/Construction/Commands/TileWallsCommand.cs
Content.Server/Maps/ResaveCommand.cs
Content.Server/Medical/SuitSensors/SuitSensorSystem.cs
Content.Server/NPC/Systems/NPCUtilitySystem.cs
Content.Server/Shuttles/Systems/ArrivalsSystem.cs
Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs
Content.Server/Shuttles/Systems/ShuttleSystem.GridFill.cs
Content.Server/Temperature/Systems/TemperatureSystem.cs