From 8346405ab327a9415637a2478f97b81c99bc412a Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 22 Dec 2024 08:05:47 -0800 Subject: [PATCH] WIP --- src/main/java/world/bentobox/bentobox/hooks/ZNPCSPlusHook.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/world/bentobox/bentobox/hooks/ZNPCSPlusHook.java b/src/main/java/world/bentobox/bentobox/hooks/ZNPCSPlusHook.java index cc080cdbb..d00e9e468 100644 --- a/src/main/java/world/bentobox/bentobox/hooks/ZNPCSPlusHook.java +++ b/src/main/java/world/bentobox/bentobox/hooks/ZNPCSPlusHook.java @@ -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) {