1
0
forked from 0ad/0ad

Fix /clear command in gamesetup

Patch by: @Norse_Harold
Reviewed by: @trompetin17
Differential Revision: D4885
Fixes: #6685

This was SVN commit r27431.
This commit is contained in:
trompetin17 2023-01-12 23:25:42 +00:00
parent 726b07e209
commit a695098950
2 changed files with 2 additions and 1 deletions

View File

@ -201,6 +201,7 @@
{ "nick": "nikagra", "name": "Mikita Hradovich" },
{ "nick": "njm" },
{ "nick": "NoMonkey", "name": "John Mena" },
{ "nick": "Norse_Harold" },
{ "nick": "norsnor" },
{ "nick": "notpete", "name": "Rich Cross" },
{ "nick": "Nullus" },

View File

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