mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
tweaked formatting of chat history #story[1246]
This commit is contained in:
@@ -659,7 +659,7 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void updateChatHistory(Paint playerColour, String newMessage) {
|
public void updateChatHistory(Paint playerColour, String newMessage) {
|
||||||
Platform.runLater(() -> chatHistory.appendText(newMessage + '\n'));
|
Platform.runLater(() -> chatHistory.appendText(newMessage + "\n\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user