diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 9504328456f..7a3ebda2057 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -948,9 +948,6 @@ void CGameClient::OnMessage(int MsgId, CUnpacker *pUnpacker, int Conn, bool Dumm pParams[i] = value; } - // No jetpack on DDNet incompatible servers: - NewTuning.m_JetpackStrength = 0; - m_ServerMode = SERVERMODE_PURE; m_aReceivedTuning[Conn] = true;