Removed PVS14 and PVS15 from Blacklist

This commit is contained in:
2025-05-04 00:04:36 -05:00
parent 69aed97ce3
commit 175988efe6

View File

@@ -11,9 +11,9 @@ class DisallowedEquipment {
label = "BLACKLISTED WEAPON OR ITEM";
description = "Items that NO member is allowed to use.";
items[] = {
"17BN_ANPVS14", // NVG AN/PVS-14
"ej_PVS15D", // NVG AN/PVS-15
"ej_PVS15", // NVG AN/PVS-15
//"17BN_ANPVS14", // NVG AN/PVS-14
//"ej_PVS15D", // NVG AN/PVS-15
//"ej_PVS15", // NVG AN/PVS-15
"LMG_Mk200_black_F", //Mk200 Series
"LMG_Mk200_F", //Mk200 Series
"rhs_weap_g36c", // G36 Series
@@ -95,8 +95,8 @@ class DisallowedEquipment {
"UK3CB_M14DMR_Railed_BLK", // M14 Series
"UK3CB_M14DMR_Railed", // M14 Series
"UK3CB_M14DMR", // M14 Series
"USP_PVS_14", // NVG AN/PVS-14
"USP_PVS_15" // NVG AN/PVS-15
//"USP_PVS_14", // NVG AN/PVS-14
//"USP_PVS_15" // NVG AN/PVS-15
};
};