fix chunk loading in 19w13a

This commit is contained in:
Gerrygames 2019-03-27 20:16:26 +01:00
parent 65f60098c8
commit acee33aae6

View File

@ -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
}
});
}