mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 09:17:19 +07:00
Fixed #4732
This commit is contained in:
parent
d5448b59a2
commit
1072c310ad
@ -911,7 +911,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
|
||||
if(net.client()) return;
|
||||
|
||||
if(block.consumesPower || block.outputsPower){
|
||||
int range = 10;
|
||||
int range = 12;
|
||||
tempTiles.clear();
|
||||
Geometry.circle(tileX(), tileY(), range, (x, y) -> {
|
||||
Building other = world.build(x, y);
|
||||
|
Loading…
Reference in New Issue
Block a user