summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/partyhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/partyhandler.cpp b/src/net/partyhandler.cpp
index af5190a3..7a9768fa 100644
--- a/src/net/partyhandler.cpp
+++ b/src/net/partyhandler.cpp
@@ -86,7 +86,7 @@ void PartyHandler::handleMessage(MessageIn &msg)
case CPMSG_PARTY_NEW_MEMBER:
{
- int id = msg.readInt16();
+ msg.readInt16(); // being id
std::string name = msg.readString();
chatWindow->chatLog(name + " joined the party");