Skip to content

Commit

Permalink
fix: add repeat parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Nov 10, 2023
1 parent 5805dc5 commit aa29d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/gg/skytils/skytilsmod/Skytils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ class Skytils {
}

init {
tickTimer(20) {
tickTimer(20, repeats = true) {
if (mc.thePlayer != null) {
if (deobfEnvironment) {
if (DevTools.toggles.getOrDefault("forcehypixel", false)) Utils.isOnHypixel = true
Expand Down

0 comments on commit aa29d0d

Please sign in to comment.