Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
fix chunk loading in 19w13a
Dieser Commit ist enthalten in:
Ursprung
65f60098c8
Commit
acee33aae6
@ -303,7 +303,7 @@ public class WorldPackets {
|
|||||||
wrapper.passthrough(Type.UNSIGNED_BYTE); // Max Players
|
wrapper.passthrough(Type.UNSIGNED_BYTE); // Max Players
|
||||||
wrapper.passthrough(Type.STRING); // Level Type
|
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
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren