Do not prevent all net commands for the current tic from being executed because of an unkown net command ID

This commit is contained in:
Louis-Antoine 2018-02-13 17:53:18 +01:00
parent 1ab5273400
commit 490f5beb89
1 changed files with 1 additions and 2 deletions

View File

@ -401,8 +401,7 @@ static void ExtraDataTicker(void)
DEBFILE(va("player %d kicked [gametic=%u] reason as follows:\n", i, gametic));
}
CONS_Alert(CONS_WARNING, M_GetText("Got unknown net command [%s]=%d (max %d)\n"), sizeu1(curpos - bufferstart), *curpos, bufferstart[0]);
D_FreeTextcmd(gametic);
return;
break;
}
}
}