mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Track bytes sent and received in Network.
This commit is contained in:
@@ -30,7 +30,7 @@ uint8_t* NetworkPacket::GetData()
|
||||
return &(*Data)[0];
|
||||
}
|
||||
|
||||
int32_t NetworkPacket::GetCommand()
|
||||
int32_t NetworkPacket::GetCommand() const
|
||||
{
|
||||
if (Data->size() >= sizeof(uint32_t))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user