summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-05-02 01:44:59 -0400
committerChuck Miller <shadowmil@gmail.com>2009-05-02 01:44:59 -0400
commitd40c669b3d8e11d2ddeea43cbc8d7c6a053c9da2 (patch)
treeda5afbd83a9fdef41d0d53f647dc5727be2f5fcb /src/net
parent51d6f634eecae2a9e68078a7272353b8b61fd4e1 (diff)
downloadmana-client-d40c669b3d8e11d2ddeea43cbc8d7c6a053c9da2.tar.gz
mana-client-d40c669b3d8e11d2ddeea43cbc8d7c6a053c9da2.tar.bz2
mana-client-d40c669b3d8e11d2ddeea43cbc8d7c6a053c9da2.tar.xz
mana-client-d40c669b3d8e11d2ddeea43cbc8d7c6a053c9da2.zip
Changed chat window to allow downwards arrow to create a empty line
Minor: removed some debugging output no longer needed
Diffstat (limited to 'src/net')
-rw-r--r--src/net/ea/npchandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/ea/npchandler.cpp b/src/net/ea/npchandler.cpp
index 16137476..abdac169 100644
--- a/src/net/ea/npchandler.cpp
+++ b/src/net/ea/npchandler.cpp
@@ -158,7 +158,6 @@ void NpcHandler::integerInput(int npcId, int value)
void NpcHandler::stringInput(int npcId, const std::string &value)
{
- printf("I got a %s", value.c_str());
MessageOut outMsg(CMSG_NPC_STR_RESPONSE);
outMsg.writeInt16(value.length() + 9);
outMsg.writeInt32(npcId);