v3.3.2: fixed targeted spells calling onSpellUsed twice (oops!)
This commit is contained in:
@@ -104,7 +104,6 @@ public abstract class TargetedSpell extends Spell {
|
|||||||
curSpell.fx(shot, new Callback() {
|
curSpell.fx(shot, new Callback() {
|
||||||
public void call() {
|
public void call() {
|
||||||
curSpell.affectTarget(shot, curUser);
|
curSpell.affectTarget(shot, curUser);
|
||||||
curSpell.onSpellused();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user