diff --git a/core/src/main/java/org/geysermc/geyser/configuration/ConfigLoader.java b/core/src/main/java/org/geysermc/geyser/configuration/ConfigLoader.java index 844c3f8f0..e8e205275 100644 --- a/core/src/main/java/org/geysermc/geyser/configuration/ConfigLoader.java +++ b/core/src/main/java/org/geysermc/geyser/configuration/ConfigLoader.java @@ -133,7 +133,7 @@ public final class ConfigLoader { if (originallyEmpty || currentVersion != newVersion) { - if (!originallyEmpty && currentVersion != 4) { + if (!originallyEmpty && currentVersion > 4) { // Only copy comments over if the file already existed, and we are going to replace it // Second case: Version 4 is pre-configurate where there were commented out nodes.