mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 02:29:14 +00:00
Optimal updates only
This commit is contained in:
@@ -171,7 +171,7 @@ public class IrisWorldManager extends EngineAssignedWorldManager {
|
||||
|
||||
private void updateChunks() {
|
||||
for (Player i : getEngine().getWorld().realWorld().getPlayers()) {
|
||||
int r = 2;
|
||||
int r = 1;
|
||||
|
||||
Chunk c = i.getLocation().getChunk();
|
||||
for (int x = -r; x <= r; x++) {
|
||||
|
||||
Reference in New Issue
Block a user