Skip to content

Fix buffer overrun with players that have no associated node

LJ Sonic requested to merge fix-playernode-crash into master

This fixes a potential crash where the game tries to access an array with an invalid index if playernode[playernum] = UINT8_MAX (mainly happens with rejoiners).

Merge request reports