Fix typo in multijoin.c.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9120 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2010-01-10 22:50:50 +00:00 committed by Git SVN Gateway
parent d6cc3625b7
commit c7a7cc67bd
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ bool recvDataCheck(void)
i = 0;
}
sprintf(msg, _("%s (%u) has an incompatible mod, and has been kicked."), getPlayerName(player));
sprintf(msg, _("%s (%u) has an incompatible mod, and has been kicked."), getPlayerName(player), player);
sendTextMessage(msg, true);
addConsoleMessage(msg, LEFT_JUSTIFY, NOTIFY_MESSAGE);