Reverse this for enderman watcher conversion to 1.8

This commit is contained in:
libraryaddict 2014-11-17 14:48:43 +13:00
parent 7563b4ec0c
commit eabfe0d0bf

View File

@ -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);
}