This commit is contained in:
Anuken 2020-08-13 09:26:45 -04:00
parent 9ba98ed4b4
commit 54dcf06722

View File

@ -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);
}