mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 18:56:15 +00:00
Carry to new line for messages in MessageHandler
This commit is contained in:
parent
0421d912fd
commit
509f62e7cd
@ -8,7 +8,7 @@ public class MessageHandler {
|
||||
}
|
||||
|
||||
public void append(String message){
|
||||
this.message += message;
|
||||
this.message += message + "\r\n\r\n";
|
||||
}
|
||||
|
||||
public String getMessage(){
|
||||
|
Loading…
Reference in New Issue
Block a user