mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
again fix headerSize
This commit is contained in:
parent
d9452f3798
commit
5eaad1b92e
@ -35,7 +35,7 @@ namespace mwmp
|
|||||||
|
|
||||||
static size_t headerSize()
|
static size_t headerSize()
|
||||||
{
|
{
|
||||||
return (sizeof(packetID) + RakNet::RakNetGUID::size()); // packetID + RakNetGUID (uint64_t)
|
return (size_t)(1 + RakNet::RakNetGUID::size()); // packetID + RakNetGUID (uint64_t)
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char GetPacketID()
|
unsigned char GetPacketID()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user