mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 04:09:07 +07:00
space-begone (#5935)
Co-authored-by: sample-text-here <kjdshkasjhdfkj@jashdkaj.ksdh>
This commit is contained in:
parent
23d0dfe6bf
commit
3985620289
@ -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