From: DrSmugleaf Date: Wed, 18 Oct 2023 03:11:33 +0000 (-0700) Subject: Fix build (#21075) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=13cff0e89b6c973f0b5f757fad681024800b2ce2;p=space-station-14.git Fix build (#21075) --- diff --git a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Parts.cs b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Parts.cs index e76d857810..271d17a0c4 100644 --- a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Parts.cs +++ b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Parts.cs @@ -149,7 +149,7 @@ public sealed partial class ParticleAcceleratorSystem } part = null; - comp = null; + comp = default; return false; }