3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 13:52:50 +02:00

fix chunk loading in 19w13a

Dieser Commit ist enthalten in:
Gerrygames 2019-03-27 20:16:26 +01:00
Ursprung 65f60098c8
Commit acee33aae6

Datei anzeigen

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