Kill Message field in clientMessage.

Having both Message and Value is confusing.
This commit is contained in:
Juliusz Chroboczek
2020-04-25 20:47:49 +02:00
parent 695cbad31c
commit 1d90f44315
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ function serverConnect() {
addToChatbox(m.id, m.username, m.value, m.me);
break;
case 'error':
displayError(m.message);
displayError(m.value);
break;
default:
console.warn('Unexpected server message', m.type);