Move connections to neighbors update

This commit is contained in:
Octavia Togami 2020-09-17 19:20:53 -07:00
parent ea1a512259
commit e575ffef2c
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -178,7 +178,7 @@ default void markAndNotifyBlock(NP pos, NC chunk, NBS oldState, NBS newState, Si
}
// Make connection updates optional
if (sideEffectSet.shouldApply(SideEffect.VALIDATION)) {
if (sideEffectSet.shouldApply(SideEffect.NEIGHBORS)) {
updateNeighbors(pos, oldState, newState, 512);
}