mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Prevent extra new-line character being introduced when starting chat
This commit is contained in:
@@ -206,6 +206,6 @@ public enum FNetOverlay implements IOnlineChatInterface {
|
||||
|
||||
@Override
|
||||
public void addMessage(final ChatMessage message) {
|
||||
txtLog.append(message.getFormattedMessage());
|
||||
txtLog.append("\n" + message.getFormattedMessage());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user