Fix missing Element and Subelement args.

This commit is contained in:
jedk1 2015-11-27 16:56:42 +00:00
parent 5f47ff465b
commit 2df6bbc699

View file

@ -49,6 +49,8 @@ public class HorizontalVelocityChangeEvent extends Event implements Cancellable
this.start = start;
this.end = end;
abil = ability;
this.element = element;
this.sub = sub;
}
public Entity getEntity() {