space-begone (#5935)

Co-authored-by: sample-text-here <kjdshkasjhdfkj@jashdkaj.ksdh>
This commit is contained in:
ZestyLemonade 2021-09-04 14:43:03 -07:00 committed by GitHub
parent 23d0dfe6bf
commit 3985620289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(); Seq<UnlockableContent> all = Seq.with(content.getContentMap()).<Content>flatten().select(c -> c.minfo.mod == mod && c instanceof UnlockableContent).as();
if(all.any()){ if(all.any()){
dialog.cont.row(); dialog.cont.row();
dialog.cont.button( "@mods.viewcontent", Icon.book, () -> { dialog.cont.button("@mods.viewcontent", Icon.book, () -> {
BaseDialog d = new BaseDialog(mod.meta.displayName()); BaseDialog d = new BaseDialog(mod.meta.displayName());
d.cont.pane(cs -> { d.cont.pane(cs -> {
int i = 0; int i = 0;