mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-04 17:49:53 +01:00
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 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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user