mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Compile fix.
This commit is contained in:
parent
036c6aa829
commit
ec20d04e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -2062,7 +2062,7 @@ static void Got_Suicide(UINT8 **cp, INT32 playernum)
|
|||
INT32 suicideplayer = READINT32(*cp);
|
||||
|
||||
// You can't suicide someone else. Nice try, there.
|
||||
if (respawnplayer != playernum || (!G_PlatformGametype()))
|
||||
if (suicideplayer != playernum || (!G_PlatformGametype()))
|
||||
{
|
||||
CONS_Alert(CONS_WARNING, M_GetText("Illegal suicide command received from %s\n"), player_names[playernum]);
|
||||
if (server)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue