Skip to content

Commit

Permalink
Moving 4 (hannibal002#12)
Browse files Browse the repository at this point in the history
Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com>
  • Loading branch information
catgirlseraid and catgirlseraid authored May 13, 2024
1 parent 7302c63 commit 81e9636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ import at.hannibal2.skyhanni.features.misc.FixNEUHeavyPearls
import at.hannibal2.skyhanni.features.misc.HideArmor
import at.hannibal2.skyhanni.features.misc.HideFarEntities
import at.hannibal2.skyhanni.features.misc.InGameDateDisplay
import at.hannibal2.skyhanni.features.misc.JerryIslandTImer
import at.hannibal2.skyhanni.features.misc.JerryIslandTimer
import at.hannibal2.skyhanni.features.misc.JoinCrystalHollows
import at.hannibal2.skyhanni.features.misc.LesserOrbHider
import at.hannibal2.skyhanni.features.misc.LockMouseLook
Expand Down Expand Up @@ -640,7 +640,7 @@ class SkyHanniMod {
loadModule(AshfangHideDamageIndicator())
loadModule(ItemStars())
loadModule(MinionFeatures())
loadModule(JerryIslandTImer())
loadModule(JerryIslandTimer())
loadModule(RngMeterInventory())
loadModule(WikiManager)
loadModule(SendCoordinatedCommand())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.text.SimpleDateFormat
import kotlin.time.Duration.Companion.days
import kotlin.time.Duration.Companion.seconds

class JerryIslandTImer {
class JerryIslandTimer {

private val config get() = SkyHanniMod.feature.gui
private val winterConfig get() = SkyHanniMod.feature.event.winter
Expand Down

0 comments on commit 81e9636

Please sign in to comment.