]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix build (#21075)
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Wed, 18 Oct 2023 03:11:33 +0000 (20:11 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2023 03:11:33 +0000 (20:11 -0700)
Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Parts.cs

index e76d85781023b0893729163a34d4d64c4b833b93..271d17a0c49beb100f888e035e6fac1c1a6ad2fe 100644 (file)
@@ -149,7 +149,7 @@ public sealed partial class ParticleAcceleratorSystem
         }
 
         part = null;
-        comp = null;
+        comp = default;
         return false;
     }