fix(PlayerService): Reset selected player back to dummy

Fixes #282
This commit is contained in:
Yimura 2022-06-25 22:40:34 +02:00
parent 5f440165d0
commit 998bbc8a92
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -104,6 +104,7 @@ namespace big
void player_service::do_cleanup()
{
m_selected_player = m_dummy;
m_players.clear();
}