Add empty line below motd
This commit is contained in:
parent
f6ac407a14
commit
9b392f38a1
@ -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 title = Txt.titleize(this.getName() + " - Message of the Day");
|
||||||
final String motd = "<i>" + this.getMotd();
|
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;
|
return messages;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user