Skip to content

Commit

Permalink
Fix crash with Controlify 2.x.x (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimatChamp authored Mar 28, 2024
1 parent 699b9c0 commit 57aee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/isxander/zoomify/Zoomify.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ object Zoomify : ClientModInitializer {
private var displayGui = false

override fun onInitializeClient() {
constrainModVersionIfLoaded("controlify", "1.x.x")
constrainModVersionIfLoaded("controlify", "2.x.x")

// imports on <init>
ZoomifySettings
Expand Down

0 comments on commit 57aee04

Please sign in to comment.