[Question] Custom Crash Site Loot - Invisible "Rifle" item?

Freaking Fred

OpenDayZ Rockstar!
I added some new loot to my crash sites. Most of the loot seems to be spawning fine but I found an item called "Rifle" and it is just an invisible item that goes into the primary weapon slot. Does anyone know what could be causing this?

Code:
_itemTypes = [["BAF_L85A2_UGL_Holo", "weapon"], ["BAF_L85A2_UGL_SUSAT", "weapon"], ["BAF_L85A2_RIS_ACOG", "weapon"], ["BAF_L85A2_UGL_ACOG", "weapon"], ["SCAR_Base", "weapon"], ["Mk13_EP1", "weapon"], ["MG36", "weapon"], ["MG36_camo", "weapon"], ["m8_sharpshooter", "weapon"], ["m8_SAW", "weapon"], ["BAF_L86A2_ACOG", "weapon"], ["SCAR_H_LNG_Sniper", "weapon"], ["SCAR_H_LNG_Sniper_SD", "weapon"], ["SCAR_L_STD_Mk4CQT", "weapon"], ["SCAR_L_CQC_EGLM_Holo", "weapon"], ["SCAR_L_STD_EGLM_RCO", "weapon"], ["SCAR_H_Base", "weapon"], ["SCAR_H_STD_EGLM_Spect", "weapon"], ["m8_base", "weapon"], ["m8_carbineGL", "weapon"], ["SCAR_H_CQC_CCO", "weapon"], ["PMC_AS50_scoped", "weapon"], ["", "military"], ["Binocular_Vector", "weapon"], ["NVGoggles", "weapon"], ["AmmoBoxSmall_556", "object"], ["AmmoBoxSmall_762", "object"], ["Skin_Soldier1_DZ", "magazine"], ["Skin_Sniper1_DZ", "magazine"]];
 
Back
Top