This commit is contained in:
Anuken
2020-09-28 10:26:08 -04:00
parent 078a68a07d
commit f1d09053f3
3 changed files with 6 additions and 6 deletions

View File

@@ -417,7 +417,7 @@ abstract class UnitComp implements Healthc, Physicsc, Hitboxc, Statusc, Teamc, I
dead = true;
//don't waste time when the unit is already on the ground, just destroy it
if(isGrounded()){
if(!type.flying){
destroy();
}
}