mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 17:10:55 +00:00
SERVER: Fix Sawed-Off Shotgun name.
no more sawn :^)
This commit is contained in:
parent
9357ff9bf3
commit
716d2ea4b3
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ string(float wep) GetWeaponName =
|
|||
case W_PORTER:
|
||||
return "Porter's X2 Ray Gun";
|
||||
case W_SAWNOFF:
|
||||
return "Sawnoff shotgun";
|
||||
return "Sawed-Off Shotgun";
|
||||
case W_SNUFF:
|
||||
return "The Snuff Box";
|
||||
case W_STG:
|
||||
|
|
Loading…
Reference in a new issue