forked from 2009Scape/Server
Fixed Jatizso ferry regression
This commit is contained in:
parent
7383454728
commit
99e83a57e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue