Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 22, 2024
1 parent 6017a09 commit 8346405
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public String serializeNPC(Npc npc, Vector origin) {
NpcType type = npc.getType();
for (EntityProperty<?> property : npc.getAppliedProperties())
try {
property.toString();
PropertySerializer<?> serializer = propertyRegistry
.getSerializer(((EntityPropertyImpl<?>) property).getType());
if (serializer == null) {
Expand Down

0 comments on commit 8346405

Please sign in to comment.