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() {
|
||||
public void call() {
|
||||
curSpell.affectTarget(shot, curUser);
|
||||
curSpell.onSpellused();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user