SERVER: Fix Sawed-Off Shotgun name.

no more sawn :^)
This commit is contained in:
Ian 2023-03-25 13:18:25 -04:00 committed by GitHub
parent 9357ff9bf3
commit 716d2ea4b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: