mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Fixed some docstrings to make build work.
#story[1246]
This commit is contained in:
@@ -40,8 +40,8 @@ public class ChatHistory extends ScrollPane {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds a message to chat history. Messages should be either of the form:
|
* Adds a message to chat history. Messages should be either of the form:
|
||||||
* "[HH:MM:ss] \<player_name\>: \<message_text\>" or
|
* "[HH:MM:ss] player_name: message_text" or
|
||||||
* "SERVER: \<message_text\>"
|
* "SERVER: message_text"
|
||||||
* @param colour The colour of the user sending the message
|
* @param colour The colour of the user sending the message
|
||||||
* @param Text The chatter text message to be displayed
|
* @param Text The chatter text message to be displayed
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user