]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Remove blacklist methods in EntityWhitelistSystem (#40932)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Mon, 24 Nov 2025 00:38:08 +0000 (01:38 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Nov 2025 00:38:08 +0000 (00:38 +0000)
commita428130d452720734163cd2f14161cf876b84e9b
tree41d934ffd6e8d95dc8797efe3f30d36757e803e9
parent5b0730b9138fafc017121e406537baac1c52bf05
Remove blacklist methods in EntityWhitelistSystem (#40932)

* replace blacklist methods

* VS is trolling me
29 files changed:
Content.Client/UserInterface/Systems/Emotes/EmotesUIController.cs
Content.Server/GameTicking/Rules/VariationPass/CutWireVariationPassSystem.cs
Content.Server/Mind/Filters/TargetObjectiveMindFilter.cs
Content.Server/Objectives/Systems/NinjaConditionsSystem.cs
Content.Server/Objectives/Systems/ObjectiveBlacklistRequirementSystem.cs
Content.Server/Power/EntitySystems/CableSystem.Placer.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/Store/Conditions/BuyerWhitelistCondition.cs
Content.Server/Store/Conditions/StoreWhitelistCondition.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMicrophoneSystem.cs
Content.Server/Teleportation/TeleportLocationsSystem.cs
Content.Server/Traits/TraitSystem.cs
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs
Content.Shared/Chat/SharedChatSystem.Emote.cs
Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Content.Shared/Disposal/Unit/SharedDisposalUnitSystem.cs
Content.Shared/Implants/SharedImplanterSystem.cs
Content.Shared/Inventory/InventorySystem.Equip.cs
Content.Shared/Materials/SharedMaterialReclaimerSystem.cs
Content.Shared/Mind/Filters/ObjectiveMindFilter.cs
Content.Shared/Polymorph/Systems/SharedChameleonProjectorSystem.cs
Content.Shared/Sound/SharedEmitSoundSystem.cs
Content.Shared/StepTrigger/Systems/StepTriggerSystem.cs
Content.Shared/Sticky/Systems/StickySystem.cs
Content.Shared/Storage/EntitySystems/SecretStashSystem.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
Content.Shared/Stunnable/SharedStunSystem.cs
Content.Shared/Whitelist/EntityWhitelistSystem.cs