Closes Anuken/Mindustry-Suggestions/issues/5737

This commit is contained in:
Anuken
2025-07-21 03:09:41 -04:00
parent 48554c3560
commit b0fe88b119
3 changed files with 12 additions and 5 deletions

View File

@@ -1392,7 +1392,6 @@ public class LExecutor{
Tile tile = world.tile(x.numi(), y.numi());
if(tile != null && block.obj() instanceof Block b){
//TODO this can be quite laggy...
switch(layer){
case ore -> {
if((b instanceof OverlayFloor || b == Blocks.air) && tile.overlay() != b) tile.setOverlayNet(b);