Fixes zombie villager disguise, fixed #391

This commit is contained in:
libraryaddict
2019-09-16 14:30:16 +12:00
parent 80b11bfc6a
commit ceb10171c9
3 changed files with 6 additions and 8 deletions

View File

@@ -1004,8 +1004,6 @@ public class ReflectionManager {
if (value == null)
return null;
value = convertInvalidMeta(value);
return new WrappedDataWatcherObject(index.getIndex(), index.getSerializer());
}