Optimal updates only

This commit is contained in:
cyberpwn 2021-09-12 11:12:48 -04:00
parent ce94c5e237
commit 03bc1e722e

View File

@ -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++) {