]> git.smokeofanarchy.ru Git - space-station-14.git/commit
replace all uses of TryGetContainingContainer with non-obsolete overload (#30583)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sun, 4 Aug 2024 05:38:53 +0000 (07:38 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Aug 2024 05:38:53 +0000 (15:38 +1000)
commitbb2981400cb34d476dd7f6f90aba4d0209dab047
tree238b526a3b3eb7fff81b3c3b6c0c41d226744618
parent206495fd6d8e94b796bf746d61ab8db79d6ce8ee
replace all uses of TryGetContainingContainer with non-obsolete overload (#30583)

* replace all uses of TryGetContainerContainer with non-obsolete overload

* rerun
24 files changed:
Content.Client/Commands/HideMechanismsCommand.cs
Content.Client/Instruments/UI/InstrumentMenu.xaml.cs
Content.Client/Items/Systems/ItemSystem.cs
Content.Client/Movement/Systems/JetpackSystem.cs
Content.Server/Atmos/Rotting/RottingSystem.cs
Content.Server/Cargo/Systems/CargoSystem.Bounty.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.cs
Content.Server/PDA/PdaSystem.cs
Content.Server/Polymorph/Systems/PolymorphSystem.cs
Content.Server/PowerCell/PowerCellSystem.cs
Content.Server/Resist/EscapeInventorySystem.cs
Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs
Content.Shared/Body/Systems/SharedBodySystem.Organs.cs
Content.Shared/Body/Systems/SharedBodySystem.Parts.cs
Content.Shared/Clothing/ClothingSpeedModifierSystem.cs
Content.Shared/Clothing/EntitySystems/ClothingSystem.cs
Content.Shared/Clothing/MagbootsSystem.cs
Content.Shared/Damage/Systems/DamageOnHoldingSystem.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Item/SharedItemSystem.cs
Content.Shared/Materials/SharedMaterialReclaimerSystem.cs
Content.Shared/Movement/Systems/SharedJetpackSystem.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Clothing.cs