mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-21 17:41:48 +00:00
Fix shit
This commit is contained in:
parent
2491efed20
commit
0ee7456708
1 changed files with 2 additions and 1 deletions
|
|
@ -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! */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue