Fix VS queuing

This commit is contained in:
Jesse Boyd 2018-05-25 22:28:39 +10:00
parent 099f733989
commit 11dcafbcb8
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ public class Sniper {
public void run() {
snipeOnCurrentThread(fp, action, itemInHand, clickedBlock, clickedFace, sniperTool, toolId);
}
}, true, false)) {
}, false, true)) {
BBC.WORLDEDIT_COMMAND_LIMIT.send(fp);
}
}