fix getting captured by zanuka triggering G3 logic
This commit is contained in:
parent
7d5ea680e4
commit
6e6df221e7
@ -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