After clearing the output, future messages without font color set will not respect the set color of the output set on the skin, outputting black messages (the default I assume). Outputting a new message with a color set fixes future messages without the color tag (if the color set is not the same as the foreground set in the skin).
Numbered Steps to Reproduce Problem:
1 - Set the color of the output messages (on skin) to something different than the default
2 - Send a message without color tags to show the color set is working
3 - Clear the output
4 - Send a new message without color tags. It'll be black
Code Snippet (if applicable) to Reproduce Problem:
src<<output("bla 1","output")//color you set (correct)
src<<output(null,"output")//clear the output
src<<output("bla 2","output")//color will be black (incorrect)
Expected Results:
The message is outputted in the color you set on skin
Actual Results:
Message is outputted in black
Does the problem occur:
Every time? Or how often? Every time
In other games? Yes
In other user accounts? Yes
On other computers? Yes
When does the problem NOT occur? Never
Workarounds:
Setting a color for the message