mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
whoopsie
This commit is contained in:
parent
9e167bf163
commit
43c66ad773
1 changed files with 2 additions and 0 deletions
|
@ -971,6 +971,8 @@ void NetPlayClient::OnStartGame(sf::Packet& packet)
|
||||||
|
|
||||||
void NetPlayClient::OnStopGame(sf::Packet& packet)
|
void NetPlayClient::OnStopGame(sf::Packet& packet)
|
||||||
{
|
{
|
||||||
|
const Player& player = m_players[pid];
|
||||||
|
|
||||||
INFO_LOG_FMT(NETPLAY, "Game stopped");
|
INFO_LOG_FMT(NETPLAY, "Game stopped");
|
||||||
StopGame();
|
StopGame();
|
||||||
m_dialog->OnMsgStopGame(player.name);
|
m_dialog->OnMsgStopGame(player.name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue