Add blank line before CFI message
This commit is contained in:
parent
18d0ece516
commit
dfcc75abd7
@ -1007,7 +1007,8 @@ public class CFICommands extends MethodCommands {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected Message msg(String text) {
|
protected Message msg(String text) {
|
||||||
return new Message(BBC.getPrefix())
|
return new Message().newline()
|
||||||
|
.text(BBC.getPrefix())
|
||||||
.text(text);
|
.text(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user