From 5e79b7c9162ab36ea0eddff8751426413d8a8e0c Mon Sep 17 00:00:00 2001 From: M2ke4U <79621885+MrHua269@users.noreply.github.com> Date: Sun, 18 Feb 2024 18:00:25 +0800 Subject: [PATCH] Corrected incorrect config key name in patch 0016 --- ...6-Teleport-async-if-entity-was-moving-to-another-regio.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/0016-Teleport-async-if-entity-was-moving-to-another-regio.patch b/patches/server/0016-Teleport-async-if-entity-was-moving-to-another-regio.patch index ba8700a..8233acc 100644 --- a/patches/server/0016-Teleport-async-if-entity-was-moving-to-another-regio.patch +++ b/patches/server/0016-Teleport-async-if-entity-was-moving-to-another-regio.patch @@ -19,7 +19,7 @@ index 0000000000000000000000000000000000000000..9ccd6a3a07abfce54dccf9b6e01d0050 +public class FoliaEntityMovingFixConfig implements IConfigModule { + @ConfigInfo(baseName = "enabled") + public static boolean enabled = false; -+ @ConfigInfo(baseName = "warnOnDetected") ++ @ConfigInfo(baseName = "warn_on_detected") + public static boolean warnOnDetected = true; + + @Override