mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 07:32:03 -07:00
Fix setting the view distance to 32 (#7503)
This commit is contained in:
@@ -1467,7 +1467,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
- this.updateChunkTracking(entityplayer, chunkcoordintpair, mutableobject, flag, flag1);
|
||||
- });
|
||||
- }
|
||||
+ this.playerChunkManager.setLoadDistance(Mth.clamp(this.viewDistance, 2, 32)); // Paper - replace player loader system
|
||||
+ this.playerChunkManager.setLoadDistance(this.viewDistance); // Paper - replace player loader system
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user