Output hex id values for unknown packets.
Thanks to Index.
This commit is contained in:
		| @@ -173,7 +173,7 @@ public enum ExIncomingPackets implements IIncomingPackets<GameClient> | ||||
| 			} | ||||
| 			else if (Config.DEBUG_UNKNOWN_PACKETS) | ||||
| 			{ | ||||
| 				PacketLogger.info("[C EX] " + _packetId); | ||||
| 				PacketLogger.info("[C EX] 0x" + Integer.toHexString(_packetId).toUpperCase()); | ||||
| 			} | ||||
| 		} | ||||
| 		return packet; | ||||
|   | ||||
| @@ -243,7 +243,7 @@ public enum IncomingPackets implements IIncomingPackets<GameClient> | ||||
| 			} | ||||
| 			else if (Config.DEBUG_UNKNOWN_PACKETS) | ||||
| 			{ | ||||
| 				PacketLogger.info("[C] " + _packetId); | ||||
| 				PacketLogger.info("[C] 0x" + Integer.toHexString(_packetId).toUpperCase()); | ||||
| 			} | ||||
| 		} | ||||
| 		return packet; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment