My players have been complaining their Mag_STANAG_30Rnd mags are despawning from their inventory and storage containers.
I see it's listed in cfgignore.xml I don't really understand this file, which also lists bandages and there's no issue with them.
The types is configured OK
<type name="Mag_STANAG_30Rnd"> <nominal>11</nominal> <lifetime>14400</lifetime> <restock>0</restock> <min>6</min> <quantmin>9</quantmin> <quantmax>50</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="weapons"/> <usage name="Military"/> <value name="Tier2"/> <value name="Tier3"/> </type>
Not sure what to check to fix this issue.