mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-31 23:11:35 +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;
|
break;
|
||||||
}
|
}
|
||||||
if (disguiseType == DisguiseType.FALLING_BLOCK && id != -1) {
|
if (disguiseType == DisguiseType.FALLING_BLOCK && id != -1) {
|
||||||
|
|
||||||
} else if (disguiseType == DisguiseType.FALLING_BLOCK && id != -1) {
|
|
||||||
this.id = id;
|
this.id = id;
|
||||||
} else {
|
} else {
|
||||||
this.id = disguiseType.getDefaultId();
|
this.id = disguiseType.getDefaultId();
|
||||||
|
Loading…
Reference in New Issue
Block a user