mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 01:36:40 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -62,8 +62,8 @@ int SignUpdatePacket::getEstimatedSize()
|
||||
l+=sizeof(int);
|
||||
l+=sizeof(short);
|
||||
l+=sizeof(int);
|
||||
l+=sizeof(byte);
|
||||
l+=sizeof(byte);
|
||||
l+=sizeof(uint8_t);
|
||||
l+=sizeof(uint8_t);
|
||||
|
||||
for (int i = 0; i < MAX_SIGN_LINES; i++)
|
||||
l += (int)lines[i].length();
|
||||
|
||||
Reference in New Issue
Block a user