SERVER: Fix Double-Barrel Take Out Start Frame

This commit is contained in:
cypress 2024-10-12 12:03:59 -07:00
parent c0b6e943be
commit 01e95c4dab

View file

@ -1928,7 +1928,7 @@ float(float wep, float frametype, optional float z) GetFrame =
case SPRINT_OUT_END:
return 31;
case TAKE_OUT_START:
return 38;
return 37;
case TAKE_OUT_END:
return 41;
case PUT_OUT_START: