mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
NET_ReceiveDatagram: light code improvement
This commit is contained in:
parent
72a0399427
commit
3d49d07953
@ -37,7 +37,7 @@ bool NET_ReceiveDatagram(int iSocket, netpacket_s* pInpacket, bool bEncrypted)
|
||||
{
|
||||
// Log received packet data.
|
||||
HexDump("[+] NET_ReceiveDatagram ", "net_trace",
|
||||
&pInpacket->pData[NULL], size_t(pInpacket->wiresize));
|
||||
pInpacket->pData, size_t(pInpacket->wiresize));
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user