NOISSUE refactor Mod a bunch, get rid of dead code
This commit is contained in:
parent
40c9af1a8b
commit
7d13e31198
16 changed files with 284 additions and 375 deletions
|
@ -40,7 +40,7 @@ void MCModInfoFrame::updateWithMod(Mod &m)
|
|||
else
|
||||
text = "<a href=\"" + m.homeurl() + "\">" + name + "</a>";
|
||||
if (!m.authors().isEmpty())
|
||||
text += " by " + m.authors();
|
||||
text += " by " + m.authors().join(", ");
|
||||
|
||||
setModText(text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue