]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Disposals Air (#14407)
authorScribbles0 <91828755+Scribbles0@users.noreply.github.com>
Sat, 4 Mar 2023 23:08:44 +0000 (15:08 -0800)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2023 23:08:44 +0000 (15:08 -0800)
Content.Server/Disposal/Unit/EntitySystems/BeingDisposedSystem.cs

index e4b7f9062d054ff8221726b8d53b315314ff9d69..72d86bd64bc31ac91d246f2c71851cbbe30bcc6f 100644 (file)
@@ -19,6 +19,7 @@ public sealed class BeingDisposedSystem : EntitySystem
         if (TryComp<DisposalHolderComponent>(component.Holder, out var holder))
         {
             args.Gas = holder.Air;
+            args.Handled = true;
         }
     }