This commit is contained in:
Anuken
2020-06-25 12:51:30 -04:00
parent 19cb144cdb
commit d90807b29c
115 changed files with 2695 additions and 2864 deletions

View File

@@ -134,6 +134,8 @@ abstract class UnitComp implements Healthc, Physicsc, Hitboxc, Statusc, Teamc, I
@Override
public void afterRead(){
afterSync();
//reset controller state
controller(type.createController());
}
@Override