mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Do not reset nodetoplayer before XD_REMOVEPLAYER
This commit is contained in:
parent
48d071451e
commit
df4d57aab4
1 changed files with 2 additions and 1 deletions
|
|
@ -4802,9 +4802,10 @@ static void HandlePacketFromPlayer(SINT8 node)
|
||||||
kickmsg |= KICK_MSG_KEEP_BODY;
|
kickmsg |= KICK_MSG_KEEP_BODY;
|
||||||
|
|
||||||
SendKick(netconsole, kickmsg);
|
SendKick(netconsole, kickmsg);
|
||||||
nodetoplayer[node] = -1;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
nodetoplayer[node] = -1;
|
||||||
|
|
||||||
if (nodetoplayer2[node] != -1 && nodetoplayer2[node] >= 0
|
if (nodetoplayer2[node] != -1 && nodetoplayer2[node] >= 0
|
||||||
&& playeringame[(UINT8)nodetoplayer2[node]])
|
&& playeringame[(UINT8)nodetoplayer2[node]])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue