mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 17:21:34 +00:00
Probably should do this too...
This commit is contained in:
parent
7d8891f057
commit
56ec3d0465
1 changed files with 1 additions and 1 deletions
|
@ -2920,7 +2920,7 @@ static void Got_KickCmd(UINT8 **p, INT32 playernum)
|
||||||
// On top of this, it can't just be a CL_RemovePlayer call; it has to be a server-side kick.
|
// On top of this, it can't just be a CL_RemovePlayer call; it has to be a server-side kick.
|
||||||
// Clients don't bother setting any nodes for anything but THE server player (even ignoring the server's extra players!), so it'll often remove everyone because they all have node -1/255, insta-desync!
|
// Clients don't bother setting any nodes for anything but THE server player (even ignoring the server's extra players!), so it'll often remove everyone because they all have node -1/255, insta-desync!
|
||||||
|
|
||||||
if (server)
|
if (server && msg != KICK_MSG_SPLITSCREEN)
|
||||||
{
|
{
|
||||||
XBOXSTATIC UINT8 buf[2];
|
XBOXSTATIC UINT8 buf[2];
|
||||||
#define removethisplayer(otherp) \
|
#define removethisplayer(otherp) \
|
||||||
|
|
Loading…
Reference in a new issue