Skip to content

Fix splitscreen player being unable to move

LJ Sonic requested to merge fix-splitscreen into next

It was caused by the TICCMD_RECEIVED flag only being set for the first local player, causing the server to continuously reuse the input from the previous tic.

Merge request reports