mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-29 04:04:43 +02:00
Add command queue option + fix nearest target
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user