formatting

Why do I always make these mistakes?

And I saw that I did the same thing in my incendiary-fire PR too...
This commit is contained in:
Leonwang4234
2020-10-30 09:04:44 -07:00
parent 9b95b97568
commit de483990ef
2 changed files with 4 additions and 4 deletions

View File

@@ -37,9 +37,9 @@ public class Lightning{
hit.clear();
BulletType bulletType;
if(hitter != null && hitter.type.lightningHitter != null) {
if(hitter != null && hitter.type.lightningHitter != null){
bulletType = hitter.type.lightningHitter;
} else {
}else{
bulletType = hitter != null && !hitter.type.collidesAir ? Bullets.damageLightningGround : Bullets.damageLightning;
}