Updated to ensure things work
This commit is contained in:
parent
5b1c7275fa
commit
c0b0a1b71a
@ -42,6 +42,11 @@ const inventoryController: RequestHandler = async (request, response) => {
|
||||
inventoryResponse.PremiumCredits = 999999999;
|
||||
}
|
||||
|
||||
if (config.infinitePlatinum) {
|
||||
inventoryResponse.PremiumCreditsFree = 999999999;
|
||||
inventoryResponse.PremiumCredits = 999999999;
|
||||
}
|
||||
|
||||
if (config.unlockAllMissions) {
|
||||
inventoryResponse.Missions = allMissions;
|
||||
inventoryResponse.NodeIntrosCompleted.push("TeshinHardModeUnlocked");
|
||||
|
Loading…
x
Reference in New Issue
Block a user