From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:39:02 +0000 (-0800) Subject: Fixes debug assertion thrown when chopping logs (#34814) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=28709fdc723872a90e2ce8e8af546db1a38bdf5b;p=space-station-14.git Fixes debug assertion thrown when chopping logs (#34814) --- diff --git a/Content.Server/Botany/Systems/LogSystem.cs b/Content.Server/Botany/Systems/LogSystem.cs index a0639e3708..3d415635be 100644 --- a/Content.Server/Botany/Systems/LogSystem.cs +++ b/Content.Server/Botany/Systems/LogSystem.cs @@ -45,5 +45,6 @@ public sealed class LogSystem : EntitySystem } QueueDel(uid); + args.Handled = true; } }