Reset blocks cache when sensing_of blocks update

This commit is contained in:
adroitwhiz 2020-05-28 11:24:05 -04:00
parent 32f87b3396
commit 3c0ae4ebbf

View file

@ -969,6 +969,7 @@ class Blocks {
}
}
}
if (blockUpdated) this.resetCache();
return blockUpdated;
}