Fixed Jatizso ferry regression

This commit is contained in:
Ceikry
2023-09-09 01:42:39 +00:00
committed by Ryan
parent 7383454728
commit 99e83a57e3
+1 -1
View File
@@ -432,7 +432,7 @@ fun resetAnimator(player: Player) {
* @return the number of ticks the given animation lasts for
*/
fun animationDuration(animation: Animation): Int {
return cyclesToTicks(animation.definition.cycles)
return animation.definition.durationTicks
}
fun animationCycles (animation: Int) : Int {