From b16528bfa9c5d364dd9874cfa6a942a7dc1b1505 Mon Sep 17 00:00:00 2001 From: brachy84 Date: Wed, 21 Aug 2024 18:31:25 +0200 Subject: [PATCH] remove comment in config --- .../cleanroommc/bogosorter/common/config/BogoSorterConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/cleanroommc/bogosorter/common/config/BogoSorterConfig.java b/src/main/java/com/cleanroommc/bogosorter/common/config/BogoSorterConfig.java index 44b2308..616deba 100644 --- a/src/main/java/com/cleanroommc/bogosorter/common/config/BogoSorterConfig.java +++ b/src/main/java/com/cleanroommc/bogosorter/common/config/BogoSorterConfig.java @@ -43,7 +43,7 @@ public static void save(JsonObject json) { general.addProperty("enableHotbarSwap", HotbarSwap.isEnabled()); general.addProperty("sortSound", SortHandler.getSortSoundName()); general.addProperty("buttonColor", "#" + Integer.toHexString(buttonColor)); - general.addProperty("_comment", "By setting the chance below to 0 you agree to have no humor and that you are boring."); + // general.addProperty("_comment", "By setting the chance below to 0 you agree to have no humor and that you are boring."); json.add("General", general);