mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
Bugfixes
This commit is contained in:
parent
9ba98ed4b4
commit
54dcf06722
@ -53,6 +53,7 @@ public class LogicBlock extends Block{
|
||||
link.name = entity.findLinkName(lbuild.block);
|
||||
}
|
||||
}else{
|
||||
entity.links.remove(l -> world.build(l.x, l.y) == lbuild);
|
||||
LogicLink out = new LogicLink(x, y, entity.findLinkName(lbuild.block), true);
|
||||
entity.links.add(out);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user