comment out this code again

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

View file

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