Skip to content

Commit

Permalink
Corrected incorrect config key name in patch 0016
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 authored Feb 18, 2024
1 parent c0797d3 commit 5e79b7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e79b7c

Please sign in to comment.