From 6542e9e88986942928fba562b45bc77040dbfd37 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 15 Jun 2024 11:04:56 -0500 Subject: [PATCH] comment out unused showMigrationChatWarning --- .../seibel/distanthorizons/core/config/Config.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java index c7842092c..2f7db291d 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java @@ -800,12 +800,12 @@ public class Config + "") .build(); - public static ConfigEntry showMigrationChatWarning = new ConfigEntry.Builder() - .set(true) - .comment("" - + "Determines if a message should be displayed in the chat when LOD migration starts. \n" - + "") - .build(); + //public static ConfigEntry showMigrationChatWarning = new ConfigEntry.Builder() + // .set(true) + // .comment("" + // + "Determines if a message should be displayed in the chat when LOD migration starts. \n" + // + "") + // .build(); }