]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix rotation visuals desync & appearance state spam (#23016)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Tue, 26 Dec 2023 23:32:25 +0000 (18:32 -0500)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2023 23:32:25 +0000 (16:32 -0700)
commitcf98300ba223cc9b8bed72d9b6dff273a79119a3
tree66f0a6db736d91eff1890bf6a9f9b3ca286b57f6
parent476ea14e8a0925e7f90ddbe5f6dd7144bf43cde5
Fix rotation visuals desync & appearance state spam (#23016)

* Fix rotation visuals desync

* :bucklemeup:

* A
13 files changed:
Content.Client/Buckle/BuckleSystem.cs
Content.Client/Chemistry/Visualizers/SolutionContainerVisualsSystem.cs
Content.Client/Rotation/RotationVisualizerSystem.cs
Content.Client/Rotation/RotationVisualsComponent.cs [deleted file]
Content.Server/Rotation/RotationVisualsSystem.cs [new file with mode: 0644]
Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs
Content.Shared/Buckle/SharedBuckleSystem.Strap.cs
Content.Shared/Chemistry/Components/SolutionContainerVisualsComponent.cs [moved from Content.Client/Chemistry/Visualizers/SolutionContainerVisualsComponent.cs with 94% similarity]
Content.Shared/Chemistry/EntitySystems/SolutionContainerSystem.cs
Content.Shared/Rotation/RotationVisualsComponent.cs [new file with mode: 0644]
Content.Shared/Rotation/SharedRotationComponent.cs [deleted file]
Content.Shared/Rotation/SharedRotationVisualsSystem.cs [new file with mode: 0644]
Content.Shared/Vehicle/SharedVehicleSystem.cs