Merge pull request #51 from nzp-team/m2PAP

SERVER: Fix m2Flame Pack a punch
This commit is contained in:
Ian 2023-03-23 23:29:10 -04:00 committed by GitHub
commit b92463a553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;