]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fixes debug assertion thrown when chopping logs (#34814)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Sun, 2 Feb 2025 19:39:02 +0000 (11:39 -0800)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 19:39:02 +0000 (20:39 +0100)
Content.Server/Botany/Systems/LogSystem.cs

index a0639e3708cc1b7a66383b80e2859380f6a77c8d..3d415635be23e83d5f0ee720921f248fec609335 100644 (file)
@@ -45,5 +45,6 @@ public sealed class LogSystem : EntitySystem
         }
 
         QueueDel(uid);
+        args.Handled = true;
     }
 }