mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Merge pull request #313 from jedk1/master
Fix missing Element and Subelement args.
This commit is contained in:
commit
2d63a97611
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ public class HorizontalVelocityChangeEvent extends Event implements Cancellable
|
||||||
this.start = start;
|
this.start = start;
|
||||||
this.end = end;
|
this.end = end;
|
||||||
abil = ability;
|
abil = ability;
|
||||||
|
this.element = element;
|
||||||
|
this.sub = sub;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Entity getEntity() {
|
public Entity getEntity() {
|
||||||
|
|
Loading…
Reference in a new issue