Skip to content

Commit

Permalink
bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
inglettronald committed Mar 22, 2023
1 parent 2d250a5 commit 71af70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dulkirmod/features/DragonTimer.kt
Expand Up @@ -47,7 +47,7 @@ object DragonTimer {
renderDragonBoxes()

if (!Config.dragonTimer) return
if (!ScoreBoardUtils.inM7()) return
if (!ScoreBoardUtils.isInM7) return

val curTime = System.currentTimeMillis()
dragons.forEach {
Expand Down

0 comments on commit 71af70d

Please sign in to comment.