mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 19:50:30 +00:00
Item_Frame is NOT a valid disguise
This commit is contained in:
parent
ac391d9f07
commit
d93f689356
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ public enum DisguiseType {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
// Disguise item frame isn't supported. So we don't give it a entity type which should prevent it from being..
|
// Disguise item frame isn't supported. So we don't give it a entity type which should prevent it from being..
|
||||||
// Usable.
|
// Usable.
|
||||||
|
case ITEM_FRAME:
|
||||||
|
break;
|
||||||
case DONKEY:
|
case DONKEY:
|
||||||
case MULE:
|
case MULE:
|
||||||
case UNDEAD_HORSE:
|
case UNDEAD_HORSE:
|
||||||
|
|
Loading…
Reference in a new issue