]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Resolve all non-obsoleting warnings in content (#27934)
authorKara <lunarautomaton6@gmail.com>
Sun, 12 May 2024 03:13:58 +0000 (20:13 -0700)
committerGitHub <noreply@github.com>
Sun, 12 May 2024 03:13:58 +0000 (20:13 -0700)
commit1596e04d0f320ce5cc13296a53fbda868d2047a8
tree655d789b9c96892ef8b4d4d73e3820b8f2f023a3
parentcf148288a07809249b5569f8d77892284e634b7b
Resolve all non-obsoleting warnings in content (#27934)

* Resolve all non-obsoleting warnings in content

* Update ClientGameTicker.cs

* Update SkeletonAccentSystem.cs

* Update BwoinkSystem.cs
35 files changed:
Content.Client/Access/UI/IdCardConsoleBoundUserInterface.cs
Content.Client/Audio/Jukebox/JukeboxBoundUserInterface.cs
Content.Client/RCD/AlignRCDConstruction.cs
Content.Client/Robotics/UI/RoboticsConsoleWindow.xaml.cs
Content.Client/Shuttles/UI/DockObject.xaml.cs
Content.IntegrationTests/Tests/RoundEndTest.cs
Content.Server/Access/Systems/AccessOverriderSystem.cs
Content.Server/Administration/Systems/BwoinkSystem.cs
Content.Server/Anomaly/AnomalySystem.cs
Content.Server/Atmos/EntitySystems/AirFilterSystem.cs
Content.Server/Chemistry/EntitySystems/HypospraySystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/Geras/GerasSystem.cs
Content.Server/Ghost/GhostSystem.cs
Content.Server/Ghost/Roles/GhostRoleSystem.cs
Content.Server/Ghost/Roles/UI/GhostRolesEui.cs
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/IdentityManagement/IdentitySystem.cs
Content.Server/Kitchen/EntitySystems/SharpSystem.cs
Content.Server/Ninja/Systems/NinjaGlovesSystem.cs
Content.Server/Power/Components/ChargerComponent.cs
Content.Server/Preferences/Managers/ServerPreferencesManager.cs
Content.Server/Salvage/SpawnSalvageMissionJob.cs
Content.Server/Speech/EntitySystems/SkeletonAccentSystem.cs
Content.Server/Station/Systems/StationSystem.cs
Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs
Content.Server/Wires/WiresSystem.cs
Content.Server/Xenoarchaeology/Equipment/Systems/TraversalDistorterSystem.cs
Content.Server/Zombies/InitialInfectedExemptComponent.cs
Content.Shared/Access/Components/IdCardConsoleComponent.cs
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.cs
Content.Shared/Chemistry/EntitySystems/SolutionTransferSystem.cs
Content.Shared/Mind/SharedMindSystem.cs
Content.Shared/Pinpointer/SharedNavMapSystem.cs
Content.Shared/Plunger/Systems/PlungerSystem.cs