From 0952f79c445515ab20b87519a550508eccae8ab8 Mon Sep 17 00:00:00 2001 From: Konicai <71294714+Konicai@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:21:14 -0500 Subject: [PATCH] typo --- .../java/org/geysermc/geyser/configuration/ConfigLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4872a8c17..844c3f8f0 100644 --- a/core/src/main/java/org/geysermc/geyser/configuration/ConfigLoader.java +++ b/core/src/main/java/org/geysermc/geyser/configuration/ConfigLoader.java @@ -124,7 +124,7 @@ public final class ConfigLoader { T config = node.get(configClass); - // Serialize the instance to ensure strict field ordering. Additionally, If we serialized back + // Serialize the instance to ensure strict field ordering. Additionally, if we serialized back // to the old node, existing nodes would only have their value changed, keeping their position // at the top of the ordered map, forcing all new nodes to the bottom (regardless of field order). // For that reason, we must also create a new node.