From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sun, 16 Feb 2025 18:47:41 +0000 (+0100) Subject: fix use in hand for uplink items (#35218) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a82b234d0e6ad39e2807ca68a1386dd410bf1283;p=space-station-14.git fix use in hand for uplink items (#35218) --- 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); }