Fix missing param
This commit is contained in:
parent
d38d4ad1be
commit
caac46d60b
@ -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 New Issue
Block a user