import XPInfo
This commit is contained in:
		
							parent
							
								
									48a8ea79da
								
							
						
					
					
						commit
						fe9509b7f4
					
				@ -177,6 +177,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
 | 
				
			|||||||
            db[key] = client[key];
 | 
					            db[key] = client[key];
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    if (client.XPInfo) {
 | 
				
			||||||
 | 
					        db.XPInfo = client.XPInfo;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
    if (client.CurrentLoadOutIds) {
 | 
					    if (client.CurrentLoadOutIds) {
 | 
				
			||||||
        db.CurrentLoadOutIds = client.CurrentLoadOutIds;
 | 
					        db.CurrentLoadOutIds = client.CurrentLoadOutIds;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user