Put these arguments the right way round
This commit is contained in:
@@ -20,7 +20,7 @@ public class LightningBolt extends SpellRay {
|
||||
public static final String NBT_KEY = "summoningPlayer";
|
||||
|
||||
public LightningBolt(){
|
||||
super("lightning_bolt", false, SpellActions.POINT);
|
||||
super("lightning_bolt", SpellActions.POINT, false);
|
||||
this.ignoreLivingEntities(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user