nodegame
nodegame copied to clipboard
WAIT_TIME = 0 might cause problems if all players minus one are DONE
If all players are DONE and the last player disconnect, the new step is played normally, but then the disconnect callback is fired.
If the disconnect callback sends the player to a new step, the event LOADED or FRAME_LOADED might be mixed up and associated with the old frame load causing trouble.