diff --git a/src/main/java/com/micle/loginprotection/setup/Config.java b/src/main/java/com/micle/loginprotection/setup/Config.java index f58a090..2bf4044 100644 --- a/src/main/java/com/micle/loginprotection/setup/Config.java +++ b/src/main/java/com/micle/loginprotection/setup/Config.java @@ -45,7 +45,7 @@ public class Config { .defineInRange("graceDuration", 10, 1, Integer.MAX_VALUE/40); POST_GRACE_IGNORE_PLAYER_ENABLED = builder .comment("Whether mobs will ignore a player during their grace period.") - .define("graceIgnorePlayerEnabled", true); + .define("graceIgnorePlayerEnabled", false); builder.pop(); builder.push("water_protection"); POST_DROWN_ENABLED = builder