mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
prevent the use of respawn to cheese items like SPB
This commit is contained in:
parent
75562807c6
commit
f57dbb5dbf
1 changed files with 2 additions and 2 deletions
|
|
@ -2489,9 +2489,9 @@ static void Command_Respawn(void)
|
||||||
UINT8 *cp = buf;
|
UINT8 *cp = buf;
|
||||||
|
|
||||||
WRITEINT32(cp, consoleplayer);
|
WRITEINT32(cp, consoleplayer);
|
||||||
|
|
||||||
if (players[consoleplayer].kartstuff[k_spinouttimer]) // KART: Nice try, but no, you won't be cheesing spb anymore.
|
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"));
|
CONS_Printf(M_GetText("Cannot use this while hurt.\n"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue