Removed unnecessary comment
All checks were successful
build / build (push) Successful in 1m16s

This commit is contained in:
2025-04-12 15:21:21 +02:00
parent 02d2f624cf
commit 9325e24c5c

View File

@ -55,7 +55,6 @@ public class ConfigScreen extends Screen {
}
}
// Done button
this.addDrawableChild(ButtonWidget.builder(
Text.translatable("gui.done"),
button -> this.client.setScreen(parent)