Keybind tweaks

This commit is contained in:
Anuken
2023-09-21 10:40:44 -04:00
parent 36193c755f
commit 8598eedd6f
4 changed files with 39 additions and 21 deletions

View File

@@ -333,7 +333,7 @@ public class Teams{
}
for(var build : builds){
if(build.within(x, y, range)){
if(build.within(x, y, range) && !build.block.privileged){
scheduleDerelict(build);
}
}