comment out unused showMigrationChatWarning

This commit is contained in:
James Seibel
2024-06-15 11:04:56 -05:00
parent 2f7e3d43d1
commit 6542e9e889
@@ -800,12 +800,12 @@ public class Config
+ "")
.build();
public static ConfigEntry<Boolean> showMigrationChatWarning = new ConfigEntry.Builder<Boolean>()
.set(true)
.comment(""
+ "Determines if a message should be displayed in the chat when LOD migration starts. \n"
+ "")
.build();
//public static ConfigEntry<Boolean> showMigrationChatWarning = new ConfigEntry.Builder<Boolean>()
// .set(true)
// .comment(""
// + "Determines if a message should be displayed in the chat when LOD migration starts. \n"
// + "")
// .build();
}