mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-08 01:17:41 +01:00
WIP
This commit is contained in:
parent
6017a09a03
commit
8346405ab3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user