mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-26 07:46:10 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -34,7 +34,7 @@ void InteractPacket::write(DataOutputStream *dos) // throws IOException
|
||||
{
|
||||
dos->writeInt(source);
|
||||
dos->writeInt(target);
|
||||
dos->writeByte((byte)action);
|
||||
dos->writeByte((uint8_t)action);
|
||||
}
|
||||
|
||||
void InteractPacket::handle(PacketListener *listener)
|
||||
|
||||
Reference in New Issue
Block a user