This commit is contained in:
James R 2020-03-22 14:45:21 -07:00
parent 2491efed20
commit 0ee7456708

View file

@ -2002,8 +2002,9 @@ static void Got_PartyInvite(UINT8 **cp,INT32 playernum)
boolean kick = false;
invitee = READUINT8 (*cp);
if (
invitee >= 0 &&
invitee < MAXPLAYERS &&
playeringame[invitee] &&
playerconsole[playernum] == playernum/* only consoleplayer may! */