]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix various errors/exceptions (#22841)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Fri, 22 Dec 2023 07:26:08 +0000 (02:26 -0500)
committerGitHub <noreply@github.com>
Fri, 22 Dec 2023 07:26:08 +0000 (00:26 -0700)
commit907b873145d7d71a4b193fd25f1e78a01c74b78d
treeccbb6316331ee31460d6cea10aac6bf79648572c
parentaf753c13a5fdb44ebbab317a762aef45c14f6ee5
Fix various errors/exceptions (#22841)

* Fix entity storage localization

* Fix HumanoidAppearanceComponent resolve

* Fix null reference exceptions

* Fix duplicate key error

* Fix artifact error spam

* actually maybe this is what its meant to do

* Fix entities playing sounds on deletion
Content.Server/Medical/DefibrillatorSystem.cs
Content.Server/Shuttles/Systems/DockingSystem.cs
Content.Server/Worldgen/Systems/Debris/DebrisFeaturePlacerSystem.cs
Content.Server/Xenoarchaeology/Equipment/Components/ActiveArtifactAnalyzerComponent.cs
Content.Server/Xenoarchaeology/Equipment/Components/ArtifactAnalyzerComponent.cs
Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactAnalyzerSystem.cs
Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
Content.Shared/Weapons/Reflect/SharedReflectSystem.cs