mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
comment out this code again
This commit is contained in:
parent
d402a29479
commit
2573b127d0
1 changed files with 2 additions and 2 deletions
|
@ -437,8 +437,8 @@ ConnectionError NetPlayServer::OnConnect(ENetPeer* incoming_connection, sf::Pack
|
||||||
{
|
{
|
||||||
std::string netplay_version;
|
std::string netplay_version;
|
||||||
received_packet >> netplay_version;
|
received_packet >> netplay_version;
|
||||||
if (netplay_version != Common::GetScmRevGitStr())
|
//if (netplay_version != Common::GetScmRevGitStr())
|
||||||
return ConnectionError::VersionMismatch;
|
// return ConnectionError::VersionMismatch;
|
||||||
|
|
||||||
if (m_is_running || m_start_pending)
|
if (m_is_running || m_start_pending)
|
||||||
return ConnectionError::GameRunning;
|
return ConnectionError::GameRunning;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue