mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
Merge pull request #51 from nzp-team/m2PAP
SERVER: Fix m2Flame Pack a punch
This commit is contained in:
commit
b92463a553
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue