From 8dbd052964ee31ee1156cec85fd35ac5da92d13f Mon Sep 17 00:00:00 2001 From: Chomp Date: Wed, 25 Aug 2021 20:07:59 +0100 Subject: [PATCH] more bullets for blacklist --- Common/BulletHelpers.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Common/BulletHelpers.cs b/Common/BulletHelpers.cs index 22cc5ce..f12a20a 100644 --- a/Common/BulletHelpers.cs +++ b/Common/BulletHelpers.cs @@ -25,8 +25,9 @@ namespace Common "5cadf6e5ae921500113bb973", // 12.7x55 mm PS12A "5cadf6ddae9215051e1c23b2", // 12.7x55 mm PS12 "5ea2a8e200685063ec28c05a", // .45 acp rip - "5fbe3ffdf8b6a877a729ea82" // .300 aac bcp fmj - }; + "5fbe3ffdf8b6a877a729ea82", // .300 aac bcp fmj + "5e023e6e34d52a55c3304f71" // 7.62x51 tcw sp + }; public static bool BulletIsOnBlackList(string bullet) {