Batched building health update packet

This commit is contained in:
Anuken
2022-06-22 18:30:59 -04:00
parent 2de706cc6d
commit 1a98a66f23
11 changed files with 135 additions and 54 deletions

View File

@@ -522,7 +522,7 @@ public class SectorDamage{
other.build.addPlan(false);
other.remove();
}else{
indexer.notifyBuildDamaged(other.build);
indexer.notifyHealthChanged(other.build);
}
}else if(other.solid() && !other.synthetic()){ //skip damage propagation through solid blocks