mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Make the tile entity check true by default, as it only applies when the chunk processor is enabled (and it's disabled by default)
This commit is contained in:
parent
e6a9daf31a
commit
86a996b2ff
@ -485,7 +485,7 @@ public class Settings extends Config {
|
|||||||
@Comment("Cancel entity spawns from tick spawn rates before they happen (performance buff)")
|
@Comment("Cancel entity spawns from tick spawn rates before they happen (performance buff)")
|
||||||
public static boolean CREATURE_SPAWN = true;
|
public static boolean CREATURE_SPAWN = true;
|
||||||
@Comment("Check the tile entity limit on block placement")
|
@Comment("Check the tile entity limit on block placement")
|
||||||
public static boolean TILE_ENTITY_CHECK = false;
|
public static boolean TILE_ENTITY_CHECK = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user