prevent the use of respawn to cheese items like SPB

This commit is contained in:
Latapostrophe 2019-01-20 18:51:45 +01:00
parent 1850123f8b
commit e7d730e3b2

View file

@ -2489,9 +2489,9 @@ static void Command_Respawn(void)
UINT8 *cp = buf;
WRITEINT32(cp, consoleplayer);
if (players[consoleplayer].kartstuff[k_spinouttimer]) // KART: Nice try, but no, you won't be cheesing spb anymore.
{
{
CONS_Printf(M_GetText("Cannot use this while hurt.\n"));
return;
}