Fixed Typo in config.json
Fixed a typo in unlockAllShipFeatures in config.json and other needed files.
This commit is contained in:
		
							parent
							
								
									e660e20c87
								
							
						
					
					
						commit
						23ea42402c
					
				@ -16,7 +16,7 @@
 | 
			
		||||
  "unlockAllQuests": true,
 | 
			
		||||
  "completeAllQuests": false,
 | 
			
		||||
  "infiniteResources": true,
 | 
			
		||||
  "unlockallShipFeatures": true,
 | 
			
		||||
  "unlockAllShipFeatures": true,
 | 
			
		||||
  "unlockAllShipDecorations": true,
 | 
			
		||||
  "unlockAllFlavourItems": true,
 | 
			
		||||
  "unlockAllSkins": true,
 | 
			
		||||
 | 
			
		||||
@ -31,7 +31,7 @@ export const getShipController: RequestHandler = async (req, res) => {
 | 
			
		||||
        Apartment: personalRooms.Apartment
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    if (config.unlockallShipFeatures) {
 | 
			
		||||
    if (config.unlockAllShipFeatures) {
 | 
			
		||||
        getShipResponse.Ship.Features = allShipFeatures;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,7 @@ interface IConfig {
 | 
			
		||||
    unlockAllQuests?: boolean;
 | 
			
		||||
    completeAllQuests?: boolean;
 | 
			
		||||
    infiniteResources?: boolean;
 | 
			
		||||
    unlockallShipFeatures?: boolean;
 | 
			
		||||
    unlockAllShipFeatures?: boolean;
 | 
			
		||||
    unlockAllShipDecorations?: boolean;
 | 
			
		||||
    unlockAllFlavourItems?: boolean;
 | 
			
		||||
    unlockAllSkins?: boolean;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user