mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
Merge branch 'main' of https://github.com/nzp-team/quakec
This commit is contained in:
commit
be38f652a9
1 changed files with 1 additions and 0 deletions
|
@ -4720,6 +4720,7 @@ float(float weapon) WepDef_DoesNotPlayUpgradedSound =
|
||||||
switch(weapon) {
|
switch(weapon) {
|
||||||
case W_DG3:
|
case W_DG3:
|
||||||
case W_PORTER:
|
case W_PORTER:
|
||||||
|
case W_FIW:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue