mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 19:51:52 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -90,7 +90,7 @@ void PreLoginPacket::write(DataOutputStream *dos) //throws IOException
|
||||
|
||||
dos->writeByte(m_friendsOnlyBits);
|
||||
dos->writeInt(m_ugcPlayersVersion);
|
||||
dos->writeByte((byte)m_dwPlayerCount);
|
||||
dos->writeByte((uint8_t)m_dwPlayerCount);
|
||||
for(DWORD i = 0; i < m_dwPlayerCount; ++i)
|
||||
{
|
||||
dos->writePlayerUID( m_playerXuids[i] );
|
||||
|
||||
Reference in New Issue
Block a user