Fix node player mixups and refactor XD_KICK
- Jan 12, 2020
-
-
LJ Sonic authored
Replace all instances of XD_KICK with a SendKick function See merge request STJr/SRB2!682
2c0bdc71 -
LJ Sonic authorede9108de3
-
Some of the places sending a XD_KICK
net command when an invalid packet was detected were using the node instead of player number, which is no good as it would effectively kick the wrong person...
Also plrinfo
had a field called node
despite containing a player number.
Replace all instances of XD_KICK with a SendKick function See merge request STJr/SRB2!682