mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Remove unused condition from NpcDefinitionDecoder
This commit is contained in:
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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user