Reverse this for enderman watcher conversion to 1.8
This commit is contained in:
		| @@ -632,7 +632,7 @@ public class DisguiseUtilities { | |||||||
|                 break; |                 break; | ||||||
|             case 16: |             case 16: | ||||||
|                 if (watcher instanceof EndermanWatcher) { |                 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 { |                 } else { | ||||||
|                     backups.add(obj); |                     backups.add(obj); | ||||||
|                 } |                 } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user