Game master can't review submission if the player leaves the game
- Send submission as a player
- Leave the game before evaluation
- Game master evaluation buttons do nothing
Reason: Server do not send "NewFile" socket when the player has left the game.
Solution: Emit "listFiles" socket when reviewing submission to fetch unreviewed submissions.
Edited by H9031