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; } }