Implement Item Queue Max Buffer to Filter Cube Handling.

master
sigonasr2 8 years ago
parent 85ec1bf6fc
commit 20a4a5dd14
  1. BIN
      TwosideKeeper.jar
  2. 2
      src/sig/plugin/TwosideKeeper/runServerHeartbeat.java

Binary file not shown.

@ -1178,7 +1178,7 @@ final public class runServerHeartbeat implements Runnable {
ignoredItems.add(it.getUniqueId());
}
count++;
if (count>=8) {
if (count>=TwosideKeeper.ITEM_QUEUE_MAX_BUFFER) {
return;
}
}

Loading…
Cancel
Save