mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-12 03:59:06 +00:00
Fix missing Element and Subelement args.
This commit is contained in:
parent
5f47ff465b
commit
2df6bbc699
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue