From 30ffde533a24ed1c9448c76c61899516bd5e4031 Mon Sep 17 00:00:00 2001 From: "alexey.min" Date: Sun, 5 Feb 2012 22:00:47 +0000 Subject: [PATCH] --- l2detect/GameClient_sniff_PP_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2detect/GameClient_sniff_PP_server.cpp b/l2detect/GameClient_sniff_PP_server.cpp index edc468f..606bcdf 100644 --- a/l2detect/GameClient_sniff_PP_server.cpp +++ b/l2detect/GameClient_sniff_PP_server.cpp @@ -90,7 +90,7 @@ void GameClient::PP_sniff_fromServer( unsigned char *bytes, unsigned int len ) delete p; // log_error( LOG_PACKETNAME, "TeonPvP: enbaled hacks. KeyPacket [%02X] Read key [", (unsigned)opcode ); - for( i=0; i<16; i++ ) log_error_np( LOG_PACKETNAME, "%02X", (unsigned)this->key_client_cs[i] ); + for( i=0; i<16; i++ ) log_error_np( LOG_PACKETNAME, "%02X ", (unsigned)this->key_client_cs[i] ); log_error_np( LOG_PACKETNAME, "]\n" ); log_error( LOG_PACKETNAME, " protocolOk : %d\n", protoOk ); log_error( LOG_PACKETNAME, " d1 : %d\n", d1 );