mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-10 20:38:09 +00:00
Use BYTE Win Typedef instead of byte typedef from Minecraft.World
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
dis->readFully(data);
|
||||
}
|
||||
|
||||
byte getId() { return TAG_Byte_Array; }
|
||||
BYTE getId() { return TAG_Byte_Array; }
|
||||
|
||||
wstring toString()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user