mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
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