mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-12 16:14:24 +01:00
Fixed the helper gem's ai
This commit is contained in:
parent
4151721ce7
commit
8cff3f3676
1 changed files with 10 additions and 13 deletions
|
@ -67,8 +67,6 @@ public class SpellDrake extends AbstractSpell {
|
|||
}
|
||||
}
|
||||
|
||||
if (!source.getWorld().isRemote) {
|
||||
|
||||
if (piggyBackSpell == null) {
|
||||
AxisAlignedBB bb = EFFECT_BOUNDS.offset(source.getOriginVector());
|
||||
|
||||
|
@ -81,7 +79,6 @@ public class SpellDrake extends AbstractSpell {
|
|||
i.setEffect(null);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if (piggyBackSpell != null) {
|
||||
piggyBackSpell.update(source, level);
|
||||
|
|
Loading…
Reference in a new issue