Fix more bugs, add support for tablets

This commit is contained in:
Anuken
2017-12-16 18:30:55 -05:00
parent 7ecbd3afd0
commit ac17a2fcc4
10 changed files with 52 additions and 37 deletions

View File

@@ -86,7 +86,7 @@ public class Shield extends Entity{
@Override
public Shield add(){
return add(Vars.control.shieldGroup);
return super.add(Vars.control.shieldGroup);
}
@Override