mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-25 16:06:09 +00:00
Fix misleading indentation
This commit is contained in:
parent
fbb28ba1b5
commit
05afaa586e
1 changed files with 1 additions and 1 deletions
|
|
@ -2808,7 +2808,7 @@ static void Got_KickCmd(UINT8 **p, INT32 playernum)
|
|||
case KICK_MSG_PLAYER_QUIT:
|
||||
if (netgame) // not splitscreen/bots
|
||||
CONS_Printf(M_GetText("left the game\n"));
|
||||
kickreason = KR_LEAVE;
|
||||
kickreason = KR_LEAVE;
|
||||
break;
|
||||
case KICK_MSG_BANNED:
|
||||
CONS_Printf(M_GetText("has been banned (Don't come back)\n"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue