mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Fix missing param
This commit is contained in:
parent
d38d4ad1be
commit
caac46d60b
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ class DisguiseRunnable extends BukkitRunnable {
|
|||
final boolean alwaysSendVelocity;
|
||||
|
||||
public DisguiseRunnable(Disguise disguise) {
|
||||
this.disguise = disguise;
|
||||
|
||||
switch (disguise.getType()) {
|
||||
case FIREWORK:
|
||||
case WITHER_SKULL:
|
||||
|
|
Loading…
Reference in a new issue