Don't tell the server to stop if we already stopped.
This commit is contained in:
parent
410197a3bd
commit
7d09e72ac8
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue