mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 21:48:13 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -35,7 +35,7 @@ ListTag<CompoundTag> *PlayerEnderChestContainer::createTag()
|
||||
if (item != NULL)
|
||||
{
|
||||
CompoundTag *tag = new CompoundTag();
|
||||
tag->putByte(L"Slot", (byte) i);
|
||||
tag->putByte(L"Slot", (uint8_t) i);
|
||||
item->save(tag);
|
||||
items->add(tag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user