diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index 108bff9de..c99fd0268 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -485,7 +485,7 @@ public class Settings extends Config { @Comment("Cancel entity spawns from tick spawn rates before they happen (performance buff)") public static boolean CREATURE_SPAWN = true; @Comment("Check the tile entity limit on block placement") - public static boolean TILE_ENTITY_CHECK = false; + public static boolean TILE_ENTITY_CHECK = true; }