mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-24 11:02:48 +00:00
Don't allow non-servers to receive PT_RESYNCHGET
This commit is contained in:
parent
ff1cc07a1d
commit
0b0b738a6f
1 changed files with 2 additions and 0 deletions
|
|
@ -3609,6 +3609,8 @@ FILESTAMP
|
|||
{
|
||||
// -------------------------------------------- SERVER RECEIVE ----------
|
||||
case PT_RESYNCHGET:
|
||||
if (client)
|
||||
break;
|
||||
SV_AcknowledgeResynchAck(netconsole, netbuffer->u.resynchgot);
|
||||
break;
|
||||
case PT_CLIENTCMD:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue