mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 17:02:53 +00:00
Change-Id: If18611eb0a6296da808aead8f1da54be094db2a9
This commit is contained in:
@@ -44,10 +44,8 @@ public class Lineage2PacketReader extends OneToOneDecoder {
|
||||
switch (opcode) {
|
||||
case ProtocolVersionPacket.OPCODE:
|
||||
return ProtocolVersionPacket.class;
|
||||
case 0x2b:
|
||||
return null;
|
||||
default:
|
||||
logger.info("Unknown opcode: " + opcode);
|
||||
logger.info("Unknown opcode: " + Integer.toHexString(opcode));
|
||||
break;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user