Dial the ticklist workaround to align with proposed numbers in CraftBukkit-Bleeding fix

This commit is contained in:
Mike Primm 2011-12-17 07:42:32 +08:00 committed by mikeprimm
parent 9c0f33bd3d
commit 96e4742bfe

View File

@ -35,7 +35,7 @@ public class NewMapChunkCache implements MapChunkCache {
private static Method processticklist = null;
private static final int MAX_PROCESSTICKS = 20;
private static final int MAX_TICKLIST = 1000;
private static final int MAX_TICKLIST = 20000;
private World w;
private Object craftworld;