Skip to content

Commit

Permalink
Fix 1.17 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixafy committed Jun 26, 2021
1 parent 9cbef62 commit b9f535b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ class WorldController(private val beautyIndicator: BeautyIndicator, private val
}
}
}
}.runTaskTimerAsynchronously(beautyIndicator, 20, 120*20)
}.runTaskTimer(beautyIndicator, 20, 120*20)
}
}

0 comments on commit b9f535b

Please sign in to comment.