From dd0844b6ac01293e7afd0dd85e695b8d77b8e4be Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sun, 16 Aug 2009 17:50:23 +0200 Subject: fixed a compilation error --- src/net/tmwserv/partyhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/net/tmwserv/partyhandler.cpp b/src/net/tmwserv/partyhandler.cpp index 2af0e4cb..220d20c0 100644 --- a/src/net/tmwserv/partyhandler.cpp +++ b/src/net/tmwserv/partyhandler.cpp @@ -100,7 +100,7 @@ void PartyHandler::handleMessage(MessageIn &msg) int id = msg.readInt16(); // being id std::string name = msg.readString(); - localChatTab->chatLog(strprintf(_("%s joined the party.", + localChatTab->chatLog(strprintf(_("%s joined the party."), name.c_str())); if (!player_node->isInParty()) -- cgit v1.2.3-70-g09d2