Server: Restore Ray Gun Sprint Cycle

This commit is contained in:
moto 2022-05-19 08:39:42 -04:00
parent 63a07997cc
commit 1ed974f2d3
1 changed files with 4 additions and 0 deletions

View File

@ -2181,6 +2181,10 @@ float(float wep, float frametype, optional float z) GetFrame =
return 60;
case SPRINT_IN_END:
return 64;
case SPRINT_START:
return 64;
case SPRINT_END:
return 69;
case SPRINT_OUT_START:
return 70;
case SPRINT_OUT_END: