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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user