fix: selling items in old builds #3023

Merged
Sainan merged 4 commits from VoltPrime/SpaceNinjaServer:sell-fix into main 2025-11-14 01:50:03 -08:00
Showing only changes of commit bc18f4e656 - Show all commits

View File

@@ -369,7 +369,7 @@ interface ISellRequest {
| "somethingelsewemightnotknowabout";
buildLabel: string;
// These are used in old builds (undetermined where it changed) instead of SellCurrency
SellForPrimeBucks?: boolean;
SellForPrimeBucks?: boolean;
SellForFusionPoints?: boolean;
}