]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix use in hand for uplink items (#35218)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sun, 16 Feb 2025 18:47:41 +0000 (19:47 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Feb 2025 18:47:41 +0000 (19:47 +0100)
Content.Server/Store/Systems/StoreSystem.Refund.cs

index e9d801f9e17fb72c0e2c7428d08fedfcd91eb0f1..cb92a42c10a1bfec7a46b3dddf4de13aa310f934 100644 (file)
@@ -38,7 +38,6 @@ public sealed partial class StoreSystem
 
     private void OnUseInHand(Entity<StoreRefundComponent> ent, ref UseInHandEvent args)
     {
-        args.Handled = true;
         CheckDisableRefund(ent);
     }