fix: can't rush dojo components with infinitePlatinum #1138
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user