fix: can't rush dojo components with infinitePlatinum #1138

Merged
Sainan merged 1 commits from infinite-plat-fix into main 2025-03-09 11:15:33 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ export const creditsController: RequestHandler = async (req, res) => {
response.RegularCredits = 999999999;
}
if (config.infinitePlatinum) {
response.PremiumCreditsFree = 999999999;
response.PremiumCreditsFree = 0;
response.PremiumCredits = 999999999;
}

View File

@ -70,7 +70,7 @@ export const getInventoryResponse = async (
inventoryResponse.RegularCredits = 999999999;
}
if (config.infinitePlatinum) {
inventoryResponse.PremiumCreditsFree = 999999999;
inventoryResponse.PremiumCreditsFree = 0;
inventoryResponse.PremiumCredits = 999999999;
}
if (config.infiniteEndo) {