comment out this code again

This commit is contained in:
Nayla Hanegan 2025-01-01 18:07:16 -05:00
commit 2573b127d0

View file

@ -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;