mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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) {
|
||||
this.target.set(target);
|
||||
target.setGlowing(true);
|
||||
this.onDestroyed(null);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue