Skip to content

Commit e946cc8

Browse files
committed
Merge 1.19.4 into 1.20
2 parents bc7fb1e + a1e8838 commit e946cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge/src/main/java/org/embeddedt/modernfix/forge/config/NightConfigFixer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public Object computeIfAbsent(Path key, Function<? super Path, ?> mappingFunctio
7979
private static boolean couldShowMessage = true;
8080

8181
private static void triggerConfigMessage() {
82-
if(couldShowMessage && Minecraft.getInstance().level != null && ModernFixClient.recipesUpdated && ModernFixClient.tagsUpdated) {
82+
if(false && couldShowMessage && Minecraft.getInstance().level != null && ModernFixClient.recipesUpdated && ModernFixClient.tagsUpdated) {
8383
Minecraft.getInstance().execute(() -> {
8484
if(Minecraft.getInstance().level != null) {
8585
couldShowMessage = false;

0 commit comments

Comments
 (0)