diff --git a/Source/Core/Core/Src/NetPlayClient.cpp b/Source/Core/Core/Src/NetPlayClient.cpp index 3153ad2e2a..428a217fed 100644 --- a/Source/Core/Core/Src/NetPlayClient.cpp +++ b/Source/Core/Core/Src/NetPlayClient.cpp @@ -566,6 +566,8 @@ bool NetPlayClient::StopGame() void NetPlayClient::Stop() { + if (m_is_running == false) + return; bool isPadMapped = false; for (unsigned int i = 0; i < 4; ++i) {