]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace obsolete EntityWhitelist IsValid usages (#28465)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Sun, 2 Jun 2024 03:10:24 +0000 (20:10 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 03:10:24 +0000 (23:10 -0400)
commitd6ba166d3bb57f6f6438adee89ffdd7b20fb9635
treee7d26d519e131fef55bcc860f2005e6353fc4d53
parentdce68e48e83d22d76c08bd33c27cd4e8597fa43d
Replace obsolete EntityWhitelist IsValid usages (#28465)

* Replace obsolete whitelist is valid with whitelist system

* Consistency

* Fix logic

* Bork

* I figured out how to get whitelists on the client lol

* test fail

* woops

* HELP ME FUNCTIONS

* Fix errors

* simplify

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
31 files changed:
Content.Client/Chat/UI/EmotesMenu.xaml.cs
Content.Client/Construction/UI/ConstructionMenuPresenter.cs
Content.Server/Chat/Systems/ChatSystem.Emote.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Gatherable/GatherableSystem.cs
Content.Server/NPC/Systems/NPCImprintingOnSpawnBehaviourSystem.cs
Content.Server/NPC/Systems/NPCUtilitySystem.cs
Content.Server/Power/EntitySystems/ChargerSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/Silicons/Borgs/BorgSystem.Modules.cs
Content.Server/Silicons/Borgs/BorgSystem.cs
Content.Server/Storage/EntitySystems/PickRandomSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactSystem.Nodes.cs
Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Content.Shared/Damage/Systems/DamageContactsSystem.cs
Content.Shared/Devour/SharedDevourSystem.cs
Content.Shared/Disposal/SharedDisposalUnitSystem.cs
Content.Shared/Implants/SharedImplanterSystem.cs
Content.Shared/Interaction/SmartEquipSystem.cs
Content.Shared/Materials/SharedMaterialStorageSystem.cs
Content.Shared/Polymorph/Systems/SharedChameleonProjectorSystem.cs
Content.Shared/Salvage/Fulton/SharedFultonSystem.cs
Content.Shared/Shuttles/Systems/SharedShuttleSystem.cs
Content.Shared/Storage/EntitySystems/MagnetPickupSystem.cs
Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
Content.Shared/Weapons/Marker/SharedDamageMarkerSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Revolver.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs
Content.Shared/Whitelist/EntityWhitelistSystem.cs