Skip to content

Commit

Permalink
Update PostLaunchChecks.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbianxiao authored Sep 17, 2024
1 parent b53943a commit 682501d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class PostLaunchChecks {

public static void onContextInitialized() {
// FIXME: This can be determined earlier, but we can't access the GUI classes in pre-launch
if ((!SodiumClientMod.options().pojav.noLongerWarnPojavLauncher) && isUsingPojavLauncher()) {
if (isUsingPojavLauncher()) {
Console.instance().logMessage(MessageLevel.WARN, Text.translatable("sodium.console.pojav_launcher"), 30.0);
LOGGER.info("modified version of Sodium is running on PojavLauncher, if you run into any problems please report the problem to BianXiao and not to the Sodium team");
}
Expand Down

0 comments on commit 682501d

Please sign in to comment.