This commit is contained in:
Anuken
2020-05-02 23:15:36 -04:00
parent cb6920b8be
commit dd68241d1f
7 changed files with 40 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ abstract class CommanderComp implements Unitc{
//make sure to reset command state when the controller is switched
@Override
public void controller(UnitController unitController){
public void controller(UnitController next){
clearCommand();
}