Skip to content

Commit

Permalink
Update pojavlauncherWarnScreen.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbianxiao authored Sep 17, 2024
1 parent 8c1de32 commit 2a67e8f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
import net.minecraft.util.Formatting;
import net.minecraft.util.Util;

public class SuggestRSOScreen extends Screen {
public class pojavlauncherWarnScreen extends Screen {

private static final Text HEADER = new TranslatableText("sodium-extra.suggestRSO.header").formatted(Formatting.BOLD);
private static final Text MESSAGE = new TranslatableText("sodium-extra.suggestRSO.message");
private static final Text HEADER = new TranslatableText("sodium.console.pojav_launcher").formatted(Formatting.BOLD);
private static final Text MESSAGE = new TranslatableText("sodium.console.pojav_launcher");
private static final Text CHECK_MESSAGE = new TranslatableText("multiplayerWarning.check");
private final Screen prevScreen;
private CheckboxWidget checkbox;
private MultilineText lines = MultilineText.EMPTY;

public SuggestRSOScreen(Screen prevScreen) {
public pojavlauncherWarnScreen(Screen prevScreen) {
super(new LiteralText("Reese's Sodium Options Suggestion"));
this.prevScreen = prevScreen;
}
Expand Down

0 comments on commit 2a67e8f

Please sign in to comment.