Quell no longer targets flying units

This commit is contained in:
Anuken
2023-02-13 14:12:53 -05:00
parent ec8262418f
commit b08136e3ea
3 changed files with 12 additions and 4 deletions
+5
View File
@@ -59,4 +59,9 @@ public class UnitCommand{
public String localized(){
return Core.bundle.get("command." + name);
}
@Override
public String toString(){
return "UnitCommand:" + name;
}
}