mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 10:05:12 +01:00
fix chunk loading in 19w13a
This commit is contained in:
parent
65f60098c8
commit
acee33aae6
@ -303,7 +303,7 @@ public class WorldPackets {
|
||||
wrapper.passthrough(Type.UNSIGNED_BYTE); // Max Players
|
||||
wrapper.passthrough(Type.STRING); // Level Type
|
||||
|
||||
wrapper.write(Type.VAR_INT, 0); // Added in 19w13a, maybe difficulty?
|
||||
wrapper.write(Type.VAR_INT, 64); // Serverside view distance, added in 19w13a
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user