File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/src/main/java/net/combat_roll/client/gui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package net .combat_roll .client .gui ;
22
3- import me .shedaniel .autoconfig .AutoConfig ;
3+ import me .shedaniel .autoconfig .AutoConfigClient ;
44import net .combat_roll .config .ClientConfigWrapper ;
55import net .minecraft .client .gui .DrawContext ;
66import net .minecraft .client .gui .screen .Screen ;
@@ -30,7 +30,7 @@ protected void init() {
3030 );
3131 addDrawableChild (
3232 ButtonWidget .builder (Text .translatable ("gui.combat_roll.settings" ), button -> {
33- client .setScreen (AutoConfig .getConfigScreen (ClientConfigWrapper .class , this ).get ());
33+ client .setScreen (AutoConfigClient .getConfigScreen (ClientConfigWrapper .class , this ).get ());
3434 })
3535 .position (buttonCenterX , buttonCenterY )
3636 .size (buttonWidth , buttonHeight )
You can’t perform that action at this time.
0 commit comments