SERVER: Fix m2Flame Pack a punch

it was missing from `isPaPweaon`
This commit is contained in:
DerpedCrusader 2023-03-23 20:28:45 -07:00
parent db3ec15fe7
commit 8b51aa6b20

View file

@ -2802,6 +2802,7 @@ float(float wep) IsPapWeapon = {
case W_SAMURAI:
case W_DG3:
case W_PULVERIZER:
case W_FIW:
return 1;
default:
return 0;