mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 04:26:05 +00:00
4th batch
This commit is contained in:
@@ -99,9 +99,9 @@ void ExplodePacket::write(DataOutputStream *dos) //throws IOException
|
||||
int xx = tp.x-xp;
|
||||
int yy = tp.y-yp;
|
||||
int zz = tp.z-zp;
|
||||
dos->writeByte((std::byte)xx);
|
||||
dos->writeByte((std::byte)yy);
|
||||
dos->writeByte((std::byte)zz);
|
||||
dos->writeByte((byte)xx);
|
||||
dos->writeByte((byte)yy);
|
||||
dos->writeByte((byte)zz);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user