Add blank line before CFI message

This commit is contained in:
Jesse Boyd 2017-09-18 21:20:04 +10:00
parent 18d0ece516
commit dfcc75abd7
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -1007,7 +1007,8 @@ public class CFICommands extends MethodCommands {
}
protected Message msg(String text) {
return new Message(BBC.getPrefix())
return new Message().newline()
.text(BBC.getPrefix())
.text(text);
}