mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 00:22:01 +00:00
more casting errors fixed
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
EntityEventPacket::EntityEventPacket()
|
||||
{
|
||||
entityId = 0;
|
||||
eventId = 0;
|
||||
eventId = (std::byte)0;
|
||||
}
|
||||
|
||||
EntityEventPacket::EntityEventPacket(int entityId, byte eventId)
|
||||
|
||||
Reference in New Issue
Block a user