Merge branch 'CharlesVaneenoo-useless_condition'

Closes #211
This commit is contained in:
Gary Tierney
2016-02-12 20:22:43 +00:00
@@ -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) {
}
}
}