mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Reverse this for enderman watcher conversion to 1.8
This commit is contained in:
parent
7563b4ec0c
commit
eabfe0d0bf
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ public class DisguiseUtilities {
|
|||
break;
|
||||
case 16:
|
||||
if (watcher instanceof EndermanWatcher) {
|
||||
rebuiltList.add(new WrappedWatchableObject(obj.getIndex(), ((Short) obj.getValue()).byteValue()));
|
||||
rebuiltList.add(new WrappedWatchableObject(obj.getIndex(), ((Byte) obj.getValue()).shortValue()));
|
||||
} else {
|
||||
backups.add(obj);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue