mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
NetPlay: Make sure the server knows it's stopped when it's stopped
This is embarassing.
This commit is contained in:
@@ -581,6 +581,8 @@ bool NetPlayServer::StopGame()
|
||||
std::lock_guard<std::recursive_mutex> lks(m_crit.send);
|
||||
SendToClients(spac);
|
||||
|
||||
m_is_running = false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user