summaryrefslogtreecommitdiff
path: root/src/chathandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chathandler.cpp')
-rw-r--r--src/chathandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chathandler.cpp b/src/chathandler.cpp
index 082a1b6a..5f57aeb6 100644
--- a/src/chathandler.cpp
+++ b/src/chathandler.cpp
@@ -371,7 +371,7 @@ void ChatHandler::sayInChannel(NetComputer &computer, short channel, const std::
LOG_INFO( computer.getCharacter()->getName() << " says in channel " << channel
<< ": " << text, 2)
// Send it to every beings in channel
- result.writeShort(SMSG_CHAT);
+ result.writeShort(SMSG_CHAT_CNL);
result.writeShort(channel);
std::string say = computer.getCharacter()->getName();
say += ": ";