diff --git a/defines/DisallowedEquipment.hpp b/defines/DisallowedEquipment.hpp index acaa924..0c81889 100644 --- a/defines/DisallowedEquipment.hpp +++ b/defines/DisallowedEquipment.hpp @@ -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 }; };