mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 22:48:54 +00:00
4th batch
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
EntityEventPacket::EntityEventPacket()
|
||||
{
|
||||
entityId = 0;
|
||||
eventId = (std::byte)0;
|
||||
eventId = (byte)0;
|
||||
}
|
||||
|
||||
EntityEventPacket::EntityEventPacket(int entityId, byte eventId)
|
||||
|
||||
Reference in New Issue
Block a user