mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 09:11:59 +00:00
"Joined with" kicks display in the chat instead of console
This commit is contained in:
parent
3378888cff
commit
69354856b7
1 changed files with 1 additions and 1 deletions
|
@ -2922,7 +2922,7 @@ static void Got_KickCmd(UINT8 **p, INT32 playernum)
|
||||||
if (otherp >= 0) \
|
if (otherp >= 0) \
|
||||||
{ \
|
{ \
|
||||||
if (otherp != pnum) \
|
if (otherp != pnum) \
|
||||||
CONS_Printf("\x82%s\x80 left the game (Joined with \x82%s\x80)\n", player_names[otherp], player_names[pnum]); \
|
HU_AddChatText(va("\x82*%s left the game (Joined with %s)", player_names[otherp], player_names[pnum]), false); \
|
||||||
buf[0] = (UINT8)otherp; \
|
buf[0] = (UINT8)otherp; \
|
||||||
SendNetXCmd(XD_REMOVEPLAYER, &buf, 1); \
|
SendNetXCmd(XD_REMOVEPLAYER, &buf, 1); \
|
||||||
otherp = -1; \
|
otherp = -1; \
|
||||||
|
|
Loading…
Reference in a new issue