mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-04 05:16:29 +00:00
4th batch
This commit is contained in:
@@ -138,7 +138,7 @@ bool DataInputStream::readFully(byteArray b)
|
||||
}
|
||||
else
|
||||
{
|
||||
b[i] = static_cast<std::byte>(byteRead);
|
||||
b[i] = static_cast<byte>(byteRead);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user