Make debug message not not work

This commit is contained in:
osmarks 2018-09-16 16:19:21 +01:00
parent d986327767
commit 8e5bcf3e7f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ const commands = {
senderID: ws.ID
};
console.log("Sending", message.data, "on", message.channel, "from", ws.ID);
console.log("Sending", message.message, "on", message.channel, "from", ws.ID);
// Send message to all clients listening on this channel or the wildcard channel.
const sentTo = [];