Skip to content

game-model: Decrement n_games when a game is removed

When a game is removed from the model, n_games wasn't decremented which leads to several criticals and unwanted behavior because of wrong game count.

Merge request reports