diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/v1_16_3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v1_16_3.rs b/src/v1_16_3.rs index a3c4e68..1510d3a 100644 --- a/src/v1_16_3.rs +++ b/src/v1_16_3.rs @@ -250,7 +250,7 @@ define_protocol!(753, Packet753, RawPacket753, RawPacket753Body => { dimension: NamedNbtTag, world_name: String, hashed_seed: i64, - max_players: u8, + max_players: VarInt, view_distance: VarInt, reduced_debug_info: bool, enable_respawn_screen: bool, |