Reverse this for enderman watcher conversion to 1.8
This commit is contained in:
parent
7563b4ec0c
commit
eabfe0d0bf
@ -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 New Issue
Block a user