mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
SERVER/CLIENT: Adjust ADS offset for Colt M1911
This commit is contained in:
parent
a9d4c96430
commit
ab70641e4b
1 changed files with 1 additions and 1 deletions
|
@ -1550,7 +1550,7 @@ vector GetWeaponADSOfs(float wep) =
|
||||||
{
|
{
|
||||||
case W_COLT:
|
case W_COLT:
|
||||||
case W_BIATCH:
|
case W_BIATCH:
|
||||||
return [-5479.2, 1850, -4000];
|
return [-3479.2, 1050, -4000];
|
||||||
case W_KAR:
|
case W_KAR:
|
||||||
case W_ARMAGEDDON:
|
case W_ARMAGEDDON:
|
||||||
return [-5495.9, 3006.9, -6000];
|
return [-5495.9, 3006.9, -6000];
|
||||||
|
|
Loading…
Reference in a new issue