U19.5 is the last known version that uses $id (from Steam manifests)
This commit is contained in:
		
							parent
							
								
									ccc9d5c9dc
								
							
						
					
					
						commit
						061e858af3
					
				@ -318,8 +318,8 @@ export const getInventoryResponse = async (
 | 
				
			|||||||
            const personalRooms = personalRoomsDb.toJSON<IPersonalRoomsClient>();
 | 
					            const personalRooms = personalRoomsDb.toJSON<IPersonalRoomsClient>();
 | 
				
			||||||
            inventoryResponse.Ship = personalRooms.Ship;
 | 
					            inventoryResponse.Ship = personalRooms.Ship;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if (version_compare(buildLabel, "2017.03.03.17.01") < 0) {
 | 
					            if (version_compare(buildLabel, "2016.12.21.19.13") <= 0) {
 | 
				
			||||||
                // U19.4 and below use $id instead of $oid
 | 
					                // U19.5 and below use $id instead of $oid
 | 
				
			||||||
                for (const category of equipmentKeys) {
 | 
					                for (const category of equipmentKeys) {
 | 
				
			||||||
                    for (const item of inventoryResponse[category]) {
 | 
					                    for (const item of inventoryResponse[category]) {
 | 
				
			||||||
                        toLegacyOid(item.ItemId);
 | 
					                        toLegacyOid(item.ItemId);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user