mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-03 08:49:32 +01:00
Fixed falling block disguise not working
This commit is contained in:
parent
35cf33d3c9
commit
17c2d95e1d
@ -40,8 +40,6 @@ public class MiscDisguise extends Disguise {
|
||||
break;
|
||||
}
|
||||
if (disguiseType == DisguiseType.FALLING_BLOCK && id != -1) {
|
||||
|
||||
} else if (disguiseType == DisguiseType.FALLING_BLOCK && id != -1) {
|
||||
this.id = id;
|
||||
} else {
|
||||
this.id = disguiseType.getDefaultId();
|
||||
|
Loading…
Reference in New Issue
Block a user