1
0
forked from 0ad/0ad

Fix clear command in lobby.

Missed in f78d3ddf71.

Noticed by @Langbart
Differential revision: D3556
Reviewed by: @Angen
Fixes: #6008

This was SVN commit r24888.
This commit is contained in:
Freagarach 2021-02-12 10:32:07 +00:00
parent 63e0f13f1b
commit 6e0d90b67b

View File

@ -47,6 +47,6 @@ class ChatMessagesPanel
clearChatMessages()
{
this.chatHistory = "";
this.chatText.caption = "";
this.chatText.list = [];
}
}