mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +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;
|
||||
received_packet >> netplay_version;
|
||||
if (netplay_version != Common::GetScmRevGitStr())
|
||||
return ConnectionError::VersionMismatch;
|
||||
//if (netplay_version != Common::GetScmRevGitStr())
|
||||
// return ConnectionError::VersionMismatch;
|
||||
|
||||
if (m_is_running || m_start_pending)
|
||||
return ConnectionError::GameRunning;
|
||||
|
|
Loading…
Add table
Reference in a new issue