Fix typo in multijoin.c.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9120 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
d6cc3625b7
commit
c7a7cc67bd
|
@ -332,7 +332,7 @@ bool recvDataCheck(void)
|
||||||
i = 0;
|
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);
|
sendTextMessage(msg, true);
|
||||||
addConsoleMessage(msg, LEFT_JUSTIFY, NOTIFY_MESSAGE);
|
addConsoleMessage(msg, LEFT_JUSTIFY, NOTIFY_MESSAGE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue