mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Parties: fix invite command letting you invite local splitscreen players
This commit is contained in:
parent
9b5b07b03c
commit
a0985eb043
1 changed files with 2 additions and 2 deletions
|
|
@ -2291,9 +2291,9 @@ Command_Invite_f (void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (invitee == consoleplayer)
|
if (G_IsPartyLocal(invitee))
|
||||||
{
|
{
|
||||||
CONS_Alert(CONS_WARNING, "You cannot invite yourself! Bruh!\n");
|
CONS_Alert(CONS_WARNING, "That player is already a member of your party.\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue