mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-19 13:08:09 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
DWORD m_skinId; // 4J Added
|
||||
DWORD m_capeId; // 4J Added
|
||||
unsigned int m_uiGamePrivileges; // 4J Added
|
||||
byte yHeadRot; // 4J Added
|
||||
uint8_t yHeadRot; // 4J Added
|
||||
|
||||
AddPlayerPacket();
|
||||
~AddPlayerPacket();
|
||||
|
||||
Reference in New Issue
Block a user