mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-27 22:04:39 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -4425,7 +4425,7 @@ bool Level::mayInteract(shared_ptr<Player> player, int xt, int yt, int zt, int c
|
||||
}
|
||||
|
||||
|
||||
void Level::broadcastEntityEvent(shared_ptr<Entity> e, byte event)
|
||||
void Level::broadcastEntityEvent(shared_ptr<Entity> e, uint8_t event)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user