mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-06-29 19:35:55 +00:00
Use BYTE Win Typedef instead of byte typedef from Minecraft.World
"byte" wasnt working anymore for some reason
This commit is contained in:
@@ -46,7 +46,7 @@ void UpdateAttributesPacket::read(DataInputStream *dis)
|
||||
{
|
||||
eMODIFIER_ID id = static_cast<eMODIFIER_ID>(dis->readInt());
|
||||
double amount = dis->readDouble();
|
||||
byte operation = dis->readByte();
|
||||
BYTE operation = dis->readByte();
|
||||
modifiers.insert(new AttributeModifier(id, /*L"Unknown synced attribute modifier",*/ amount, operation));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user