diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Net/Packets/LogPacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net/Packets/LogPacket.h b/src/Net/Packets/LogPacket.h index 2c541ae..dd406b4 100644 --- a/src/Net/Packets/LogPacket.h +++ b/src/Net/Packets/LogPacket.h @@ -35,7 +35,7 @@ class LogPacket : public Packet { struct LogData { uint16_t category; uint16_t level; - uint16_t messageTimestamp; + uint32_t messageTimestamp; uint8_t message[0]; }; |