mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Index footgun warning
This commit is contained in:
parent
833501f191
commit
eb8c568723
1 changed files with 1 additions and 0 deletions
|
|
@ -7061,6 +7061,7 @@ void DoSayPacketFromCommand(SINT8 target, size_t usedargs, UINT8 flags)
|
|||
DoSayPacket(target, flags, consoleplayer, msg);
|
||||
}
|
||||
|
||||
// This is meant to be targeted at player indices, not whatever the hell XD_SAY is doing with 1-indexed players.
|
||||
void SendServerNotice(SINT8 target, char *message)
|
||||
{
|
||||
if (client)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue