mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-05-10 22:41:10 -07:00
Fixed Issue 12024 (#12026)
This commit is contained in:
parent
4bd8fcc495
commit
ff4d02ec8d
1 changed files with 9 additions and 0 deletions
|
|
@ -123,6 +123,15 @@ public class DuctRouter extends Block{
|
|||
ItemSelection.buildTable(DuctRouter.this, table, content.items(), () -> sortItem, this::configure);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void configured(Unit player, Object value){
|
||||
super.configured(player, value);
|
||||
|
||||
if(!headless){
|
||||
renderer.minimap.update(tile);
|
||||
}
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public Building target(){
|
||||
if(current == null) return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue