Bannable units / Show tech tree icon for unresearched units

This commit is contained in:
Anuken
2021-08-05 23:01:58 -04:00
parent 6fdbe1d5f0
commit 4fa04b9e23
9 changed files with 137 additions and 84 deletions

View File

@@ -40,11 +40,7 @@ public class MinimapRenderer{
}
});
Events.on(BuildTeamChangeEvent.class, event -> {
if(!ui.editor.isShown()){
update(event.build.tile);
}
});
Events.on(BuildTeamChangeEvent.class, event -> update(event.build.tile));
}
public Pixmap getPixmap(){