feat: zanuka capture #1416
@ -95,7 +95,8 @@ export const addMissionInventoryUpdates = async (
 | 
				
			|||||||
        inventoryUpdates.MissionFailed &&
 | 
					        inventoryUpdates.MissionFailed &&
 | 
				
			||||||
        inventoryUpdates.MissionStatus == "GS_FAILURE" &&
 | 
					        inventoryUpdates.MissionStatus == "GS_FAILURE" &&
 | 
				
			||||||
        inventoryUpdates.EndOfMatchUpload &&
 | 
					        inventoryUpdates.EndOfMatchUpload &&
 | 
				
			||||||
        inventoryUpdates.ObjectiveReached
 | 
					        inventoryUpdates.ObjectiveReached &&
 | 
				
			||||||
 | 
					        !inventoryUpdates.LockedWeaponGroup
 | 
				
			||||||
    ) {
 | 
					    ) {
 | 
				
			||||||
        const loadout = (await Loadout.findById(inventory.LoadOutPresets, "NORMAL"))!;
 | 
					        const loadout = (await Loadout.findById(inventory.LoadOutPresets, "NORMAL"))!;
 | 
				
			||||||
        const config = loadout.NORMAL.id(inventory.CurrentLoadOutIds[0].$oid)!;
 | 
					        const config = loadout.NORMAL.id(inventory.CurrentLoadOutIds[0].$oid)!;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user