mirror of
https://github.com/nzp-team/quakec.git
synced 2025-05-29 16:12:07 +00:00
SERVER: Fix m2Flame Pack a punch
it was missing from `isPaPweaon`
This commit is contained in:
parent
db3ec15fe7
commit
8b51aa6b20
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…
Add table
Add a link
Reference in a new issue