fix use in hand for uplink items (#35218)

This commit is contained in:
slarticodefast
2025-02-16 19:47:41 +01:00
committed by GitHub
parent 904c933f09
commit a82b234d0e

View File

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