mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Fix error printed when casting the attractive spell
This commit is contained in:
parent
5e23b7520e
commit
0db98b8048
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ public class AttractiveSpell extends ShieldSpell implements ProjectileSpell, Hom
|
||||||
if (getTraits().get(Trait.ORDER) >= 20) {
|
if (getTraits().get(Trait.ORDER) >= 20) {
|
||||||
this.target.set(target);
|
this.target.set(target);
|
||||||
target.setGlowing(true);
|
target.setGlowing(true);
|
||||||
this.onDestroyed(null);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue