summaryrefslogtreecommitdiffstats
path: root/src/Net/Packets/LogPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Net/Packets/LogPacket.h')
-rw-r--r--src/Net/Packets/LogPacket.h2
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];
};