mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 17:08:56 +07:00
Fixed #9561
This commit is contained in:
parent
56d0b87443
commit
b27ed03842
@ -50,6 +50,7 @@ public class Build{
|
|||||||
if(tile.build != null){
|
if(tile.build != null){
|
||||||
prevBuild.add(tile.build);
|
prevBuild.add(tile.build);
|
||||||
tile.build.onDeconstructed(unit);
|
tile.build.onDeconstructed(unit);
|
||||||
|
tile.build.dead = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
tile.setBlock(sub, team, rotation);
|
tile.setBlock(sub, team, rotation);
|
||||||
|
Loading…
Reference in New Issue
Block a user