Add command queue option + fix nearest target

This commit is contained in:
boy0001
2015-09-01 21:33:45 +10:00
parent fcb7c23380
commit 3a29022d19
6 changed files with 4 additions and 7 deletions

View File

@ -145,7 +145,7 @@ public class WEListener implements Listener {
private boolean set = false;
public boolean delay(final Player player, final String command, boolean delayed) {
if (!Settings.EXPERIMENTAL_FAST_ASYNC_WORLDEDIT || set) {
if (!Settings.QUEUE_COMMANDS || !Settings.EXPERIMENTAL_FAST_ASYNC_WORLDEDIT || set) {
return false;
}
boolean free = SetBlockQueue.addNotify(null);