mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-10 21:48:32 +00:00
Use BYTE Win Typedef instead of byte typedef from Minecraft.World
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
byte getId() { return TAG_Int_Array; }
|
||||
BYTE getId() { return TAG_Int_Array; }
|
||||
|
||||
wstring toString()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user