]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace obsolete xform.ToMap() with xformSystem.ToMapCoordinates() (#30010)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Sat, 13 Jul 2024 21:05:22 +0000 (14:05 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 21:05:22 +0000 (23:05 +0200)
commita03b88979e25a9778a30f30612790f6966369fca
treed4fd30fb7f4eaefd86a5fbdde90f00a6e22bbe04
parentc1915c9d73bb19e29fc0034b24e34fd776643fe2
Replace obsolete xform.ToMap() with xformSystem.ToMapCoordinates() (#30010)

* Get rid of a bunch of obsolete usages

* position

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
16 files changed:
Content.Client/Construction/ConstructionSystem.cs
Content.Client/ContextMenu/UI/EntityMenuUIController.cs
Content.Client/Gameplay/GameplayStateBase.cs
Content.Client/Movement/Systems/JetpackSystem.cs
Content.Client/NPC/PathfindingSystem.cs
Content.Client/Physics/JointVisualsOverlay.cs
Content.Client/Pinpointer/UI/NavMapControl.cs
Content.Client/RCD/AlignRCDConstruction.cs
Content.Client/Sandbox/SandboxSystem.cs
Content.Client/Shuttles/Systems/ShuttleSystem.Console.cs
Content.Client/Shuttles/UI/ShuttleMapControl.xaml.cs
Content.Client/Storage/Systems/StorageSystem.cs
Content.Client/Weapons/Melee/MeleeWeaponSystem.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.cs
Content.Server/Pointing/EntitySystems/PointingSystem.cs
Content.Shared/Actions/SharedActionsSystem.cs