summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_BlockChange.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_BlockChange.h')
-rw-r--r--source/packets/cPacket_BlockChange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_BlockChange.h b/source/packets/cPacket_BlockChange.h
index 0477dc9c9..a0b3c8843 100644
--- a/source/packets/cPacket_BlockChange.h
+++ b/source/packets/cPacket_BlockChange.h
@@ -18,7 +18,7 @@ public:
virtual void Serialize(AString & a_Data) const override;
int m_PosX;
- char m_PosY;
+ unsigned char m_PosY;
int m_PosZ;
char m_BlockType;
char m_BlockMeta;