From a82b234d0e6ad39e2807ca68a1386dd410bf1283 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:47:41 +0100 Subject: [PATCH] fix use in hand for uplink items (#35218) --- Content.Server/Store/Systems/StoreSystem.Refund.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Store/Systems/StoreSystem.Refund.cs b/Content.Server/Store/Systems/StoreSystem.Refund.cs index e9d801f9e1..cb92a42c10 100644 --- a/Content.Server/Store/Systems/StoreSystem.Refund.cs +++ b/Content.Server/Store/Systems/StoreSystem.Refund.cs @@ -38,7 +38,6 @@ public sealed partial class StoreSystem private void OnUseInHand(Entity ent, ref UseInHandEvent args) { - args.Handled = true; CheckDisableRefund(ent); } -- 2.51.2