Merge pull request #313 from jedk1/master

Fix missing Element and Subelement args.
This commit is contained in:
OmniCypher 2015-11-27 14:51:27 -08:00
commit 2d63a97611

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() {