Fix misleading indentation

This commit is contained in:
Alam Ed Arias 2018-11-14 11:06:45 -05:00
parent d14f87b8c6
commit de5b626520
1 changed files with 1 additions and 1 deletions

View File

@ -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"));