comment out unused showMigrationChatWarning
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user