SERVER: Add some junk frames to make Type 100 usable

This commit is contained in:
Steam Deck User 2023-03-11 16:05:28 -05:00
parent 2e9838682b
commit e8015e44d9

View file

@ -2312,6 +2312,12 @@ float(float wep, float frametype, optional float z) GetFrame =
return 38;
case RELOAD_CANCEL:
return 16;
case AIM_IN:
return 28;
case AIM_FIRE_START:
return 27;
case AIM_FIRE_END:
return 29;
}
break;
case W_TESLA: