ui clean up

This commit is contained in:
sharlottes
2022-04-23 00:18:50 +09:00
parent b78a11cd4f
commit e98712d350
9 changed files with 220 additions and 307 deletions

View File

@@ -32,7 +32,7 @@ public class SUtils {
public static <T extends Teamc> T getTarget(){
if(locked && target != null) {
if(settings.getBool("deadTarget") && !Groups.all.contains(e -> e == target)) {
target = null;
target = player.unit();
locked = false;
}
else return (T) target; //if there is locked target, return it first.