File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/chunklimits
AnarchyExploitFixesLegacy/src/main/java/me/xginko/aef/modules/chunklimits Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class BlockLimit extends AEFModule implements Listener {
2828
2929 public BlockLimit () {
3030 super ("chunk-limits.block-limit" , false );
31- this .materialCountCacheMillis = config .getLong (configPath + ".material-count-cache-millis" , 500 );
31+ this .materialCountCacheMillis = config .getLong (configPath + ".material-count-cache-millis" , 1000 );
3232
3333 Map <XMaterial , Integer > universal = new EnumMap <>(XMaterial .class );
3434 universal .put (XMaterial .ENCHANTING_TABLE , 16 );
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class BlockLimit extends AEFModule implements Listener {
3030
3131 public BlockLimit () {
3232 super ("chunk-limits.block-limit" , false );
33- this .materialCountCacheMillis = config .getLong (configPath + ".material-count-cache-millis" , 500 );
33+ this .materialCountCacheMillis = config .getLong (configPath + ".material-count-cache-millis" , 1000 );
3434
3535 Map <XMaterial , Integer > universal = new EnumMap <>(XMaterial .class );
3636 universal .put (XMaterial .ENCHANTING_TABLE , 16 );
You can’t perform that action at this time.
0 commit comments