Add empty line below motd

This commit is contained in:
Olof Larsson 2014-10-02 16:29:12 +02:00
parent f6ac407a14
commit 9b392f38a1

View File

@ -284,7 +284,7 @@ public class Faction extends Entity<Faction> implements EconomyParticipator
{
final String title = Txt.titleize(this.getName() + " - Message of the Day");
final String motd = "<i>" + this.getMotd();
final List<String> messages = Txt.parse(MUtil.list(title, motd));
final List<String> messages = Txt.parse(MUtil.list(title, motd, ""));
return messages;
}