mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
NOISSUE refactor Mod a bunch, get rid of dead code
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user