Hi, with the new PAYDAY 2 update, the inventory interface changed a bit, where normal masks, DLC masks, community masks and infamous masks have been given their own tab. The problem is, I used the script:


managers.blackmarket:_setup_masks()
for mask_id,_ in pairs(tweak_data.blackmarket.masks) do
Global.blackmarket_manager.masks[mask_id].unlocked = true
managers.blackmarket:add_to_inventory("normal", "masks", mask_id, false)
end


The script put every single mask into the normal mask tab. Could someone make a script removing the masks again to fix it?

Thanks!