This commit is contained in:
tastybento 2024-12-22 08:05:47 -08:00
parent 6017a09a03
commit 8346405ab3

View File

@ -49,7 +49,6 @@ public class ZNPCSPlusHook extends Hook {
NpcType type = npc.getType();
for (EntityProperty<?> property : npc.getAppliedProperties())
try {
property.toString();
PropertySerializer<?> serializer = propertyRegistry
.getSerializer(((EntityPropertyImpl<?>) property).getType());
if (serializer == null) {