]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Obsolete `Logger` cleanup for `EntitySystem`s part 2 (#26159)
authorLordCarve <27449516+LordCarve@users.noreply.github.com>
Sun, 17 Mar 2024 07:31:09 +0000 (08:31 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2024 07:31:09 +0000 (18:31 +1100)
commit7d275a4b5e4188db424cc417c609dced3f9aca89
tree8b09a13d8deaf9b7e2588f0592ff6586f09a7906
parent90be67e67956c7dd0348ddd0688d7d3ab614cb99
Obsolete `Logger` cleanup for `EntitySystem`s part 2 (#26159)

* Kill the static InRangeUnOccluded

* Adjusted 4 more EntitySystems that were missed.
14 files changed:
Content.Client/CardboardBox/CardboardBoxSystem.cs
Content.Client/Popups/PopupOverlay.cs
Content.Client/Popups/PopupSystem.cs
Content.Client/UserInterface/Systems/Chat/ChatUIController.cs
Content.Client/Verbs/VerbSystem.cs
Content.Server/Administration/Systems/AdminVerbSystem.cs
Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs
Content.Server/Chat/TypingIndicator/TypingIndicatorSystem.cs
Content.Server/GameTicking/Rules/PiratesRuleSystem.cs
Content.Server/NPC/Systems/NPCUtilitySystem.cs
Content.Server/Pointing/EntitySystems/PointingSystem.cs
Content.Server/Remotes/DoorRemoteSystem.cs
Content.Server/Tabletop/TabletopSystem.Session.cs
Content.Shared/Examine/ExamineSystemShared.cs