mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +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…
Reference in a new issue