Stats for the particular ID are not reset when a new player enters
Closes #2155
FPM value should only consider ingame ticks (not in spec and not paused)
The fix for #2155 is rather hackish, but it seems to be the only way to detect gameover and restarting on client side. The game start tick changes in 3 cases: new game, paused or countdown. You h...