4th batch

This commit is contained in:
Leah Anderson
2026-03-02 12:00:59 -07:00
parent 9cfc2e5b16
commit 79c1737c34
33 changed files with 94 additions and 93 deletions

View File

@@ -41,7 +41,7 @@ void ContainerSetContentPacket::read(DataInputStream *dis) //throws IOException
void ContainerSetContentPacket::write(DataOutputStream *dos) //throws IOException
{
dos->writeByte((std::byte)containerId);
dos->writeByte((byte)containerId);
dos->writeShort(items.length);
for (unsigned int i = 0; i < items.length; i++)
{