diff --git a/cache/src/main/org/apollo/cache/decoder/NpcDefinitionDecoder.java b/cache/src/main/org/apollo/cache/decoder/NpcDefinitionDecoder.java index 89ddc8c3..aa5dfd20 100644 --- a/cache/src/main/org/apollo/cache/decoder/NpcDefinitionDecoder.java +++ b/cache/src/main/org/apollo/cache/decoder/NpcDefinitionDecoder.java @@ -132,7 +132,6 @@ public final class NpcDefinitionDecoder implements Runnable { int count = buffer.get() & 0xFF; int[] morphisms = new int[count + 1]; Arrays.setAll(morphisms, index -> wrap(buffer.getShort())); - } else if (opcode == 107) { } } }