Added in ACE3 v3.18.0

Magazine Repack Framework

1. Config Values

1.1 Disable Magazine Repacking

class CfgMagazines {
    class MyMagazine {
        // Disables the ability to repack this magazine
        ace_disableRepacking = 1;
    };
};