Skip to content

Commit 3c96986

Browse files
committed
changed to say 'Seamless Screen' and not 'Server's Default Display Mode
1 parent 32a380c commit 3c96986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/minenash/seamless_loading_screen/mixin/custom_screenshots/AddServerScreenMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private void buttonAllowCustomScreenshot(CallbackInfo info) {
6060

6161
@Unique
6262
private Text getText() {
63-
return (Text.translatable("seamless_loading_screen.config.serverDisplayMode"))
63+
return (Text.translatable("seamless_loading_screen.config.displayMode"))
6464
.append(": ")
6565
.append(Text.translatable(
6666
"seamless_loading_screen.config.displayMode."

0 commit comments

Comments
 (0)