mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b4b9a44126
@ -368,7 +368,7 @@ public class ModsDialog extends BaseDialog{
|
||||
Seq<UnlockableContent> all = Seq.with(content.getContentMap()).<Content>flatten().select(c -> c.minfo.mod == mod && c instanceof UnlockableContent).as();
|
||||
if(all.any()){
|
||||
dialog.cont.row();
|
||||
dialog.cont.button( "@mods.viewcontent", Icon.book, () -> {
|
||||
dialog.cont.button("@mods.viewcontent", Icon.book, () -> {
|
||||
BaseDialog d = new BaseDialog(mod.meta.displayName());
|
||||
d.cont.pane(cs -> {
|
||||
int i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user