Skip to content

Commit

Permalink
priority
Browse files Browse the repository at this point in the history
  • Loading branch information
MukjepScarlet authored Feb 25, 2025
1 parent 7742f6e commit 0693b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object TickScheduler : Listenable, MinecraftInstance {
private val schedules = arrayListOf<BooleanSupplier>()

init {
handler<GameTickEvent>(priority = Byte.MIN_VALUE) {
handler<GameTickEvent>(priority = Byte.MAX_VALUE) {
schedules.removeIf { it.asBoolean }
}
}
Expand Down

0 comments on commit 0693b36

Please sign in to comment.