Remove unused condition from NpcDefinitionDecoder

This commit is contained in:
CharlesVaneenoo
2016-02-12 15:11:33 +01:00
committed by Gary Tierney
parent 81c14c9054
commit 85106063c9
@@ -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) {
}
}
}