Store Refund Fix (#26251)
Removes else that accidentally enables refunds
This commit is contained in:
@@ -165,8 +165,6 @@ public sealed partial class StoreSystem
|
|||||||
|
|
||||||
if (!IsOnStartingMap(uid, component))
|
if (!IsOnStartingMap(uid, component))
|
||||||
component.RefundAllowed = false;
|
component.RefundAllowed = false;
|
||||||
else
|
|
||||||
component.RefundAllowed = true;
|
|
||||||
|
|
||||||
//subtract the cash
|
//subtract the cash
|
||||||
foreach (var (currency, value) in listing.Cost)
|
foreach (var (currency, value) in listing.Cost)
|
||||||
|
|||||||
Reference in New Issue
Block a user