]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Obsolete `Logger` cleanup for `EntitySystem`s (#25941)
authorLordCarve <27449516+LordCarve@users.noreply.github.com>
Sun, 10 Mar 2024 00:15:13 +0000 (01:15 +0100)
committerGitHub <noreply@github.com>
Sun, 10 Mar 2024 00:15:13 +0000 (01:15 +0100)
commitaafe81512258b5a80776ada1f471b58e7507ca2d
treed4fc53e875af40e5a25116e970a9568da5ccf483
parent865765d4eca5483d22c5d1e496b7f7c8787833a8
Obsolete `Logger` cleanup for `EntitySystem`s (#25941)

* Small obsolete Logger cleanup

* Fixed three EntitySystem logs that weren't doing it right.
25 files changed:
Content.Client/Alerts/ClientAlertsSystem.cs
Content.Client/Clothing/ClientClothingSystem.cs
Content.Client/IconSmoothing/IconSmoothSystem.cs
Content.Client/Info/InfoSystem.cs
Content.Client/Light/RgbLightControllerSystem.cs
Content.Client/Sprite/RandomSpriteSystem.cs
Content.Server/Atmos/EntitySystems/AutomaticAtmosSystem.cs
Content.Server/Atmos/Piping/Trinary/EntitySystems/GasFilterSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.cs
Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs
Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs
Content.Server/Info/InfoSystem.cs
Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Emitter.cs
Content.Server/Spawners/EntitySystems/ConditionalSpawnerSystem.cs
Content.Server/Station/Systems/StationJobsSystem.Roundstart.cs
Content.Server/Station/Systems/StationSystem.cs
Content.Server/Store/Systems/StoreSystem.Listings.cs
Content.Server/Strip/StrippableSystem.cs
Content.Server/Traits/TraitSystem.cs
Content.Server/Worldgen/Systems/Biomes/BiomeSelectionSystem.cs
Content.Server/Worldgen/Systems/WorldgenConfigSystem.cs
Content.Shared/DoAfter/SharedDoAfterSystem.cs
Content.Shared/Interaction/SharedInteractionSystem.cs