mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-12 18:31:41 +01:00
Increase default chunk range to 3
This commit is contained in:
parent
fbb0ddd7db
commit
ae922529ea
@ -2327,7 +2327,7 @@ public class Player extends LivingEntity implements CommandSender {
|
||||
// In this case we send the smallest amount of chunks possible
|
||||
// Will be updated in PlayerSettings#refresh.
|
||||
// Non-compliant clients might also be stuck with this view
|
||||
return 1;
|
||||
return 3;
|
||||
} else {
|
||||
final int serverRange = MinecraftServer.getChunkViewDistance();
|
||||
return Math.min(playerRange, serverRange);
|
||||
|
Loading…
Reference in New Issue
Block a user