mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 17:48:06 +00:00
4th batch
This commit is contained in:
@@ -44,8 +44,8 @@ void GameEventPacket::read(DataInputStream *dis) //throws IOException
|
||||
|
||||
void GameEventPacket::write(DataOutputStream *dos) //throws IOException
|
||||
{
|
||||
dos->writeByte((std::byte)_event);
|
||||
dos->writeByte((std::byte)param);
|
||||
dos->writeByte((byte)_event);
|
||||
dos->writeByte((byte)param);
|
||||
}
|
||||
|
||||
void GameEventPacket::handle(PacketListener *listener)
|
||||
|
||||
Reference in New Issue
Block a user