Skip to content

Commit

Permalink
Fixed tickers
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Dec 28, 2023
1 parent b946346 commit a40164a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal class LivingMobImpl(

private var isRunning = false

private var tick = 1
private var tick = 0

private val tickHandlers = mutableListOf<TickHandler>()

Expand Down

0 comments on commit a40164a

Please sign in to comment.