mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Move connections to neighbors update
e575ffef2c790ec2eb6f3fe121d44ddca850914c Co-Authored-By: Octavia Togami <2093023+octylFractal@users.noreply.github.com>
This commit is contained in:
parent
d2fbd40021
commit
560ab289a7
@ -178,7 +178,7 @@ public interface WorldNativeAccess<NC, NBS, NP> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Make connection updates optional
|
// Make connection updates optional
|
||||||
if (sideEffectSet.shouldApply(SideEffect.VALIDATION)) {
|
if (sideEffectSet.shouldApply(SideEffect.NEIGHBORS)) {
|
||||||
updateNeighbors(pos, oldState, newState, 512);
|
updateNeighbors(pos, oldState, newState, 512);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user