Skip to content

Fix buffer overrun with players with no associated node

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

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

Loading