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