From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Tue, 19 Mar 2024 03:48:52 +0000 (-0400) Subject: Store Refund Fix (#26251) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9b8f7c06fac02c83a65234f39f0435d6ffa59112;p=space-station-14.git Store Refund Fix (#26251) Removes else that accidentally enables refunds --- diff --git a/Content.Server/Store/Systems/StoreSystem.Ui.cs b/Content.Server/Store/Systems/StoreSystem.Ui.cs index 25b1cd1f6c..281d8f5726 100644 --- a/Content.Server/Store/Systems/StoreSystem.Ui.cs +++ b/Content.Server/Store/Systems/StoreSystem.Ui.cs @@ -165,8 +165,6 @@ public sealed partial class StoreSystem if (!IsOnStartingMap(uid, component)) component.RefundAllowed = false; - else - component.RefundAllowed = true; //subtract the cash foreach (var (currency, value) in listing.Cost)