diff options
Diffstat (limited to 'src/chathandler.cpp')
-rw-r--r-- | src/chathandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chathandler.cpp b/src/chathandler.cpp index bd48a3d5..9884861d 100644 --- a/src/chathandler.cpp +++ b/src/chathandler.cpp @@ -34,6 +34,7 @@ void ChatHandler::receiveMessage(NetComputer &computer, MessageIn &message) { case CMSG_SAY: { + // chat to people around area std::string text = message.readString(); short channel = message.readShort(); std::cout << "Say (" << channel << "): " << text << std::endl; |