From 691bcb93381ba64c1574d264911eedbdb8c7e03e Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Mon, 15 Nov 2021 06:44:16 +0100 Subject: [PATCH] comment out new feature from feature list (#4477) we don't have an official release for a version that has this feature yet --- common/featureset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/featureset.cpp b/common/featureset.cpp index d4b161cf..67e81d50 100644 --- a/common/featureset.cpp +++ b/common/featureset.cpp @@ -26,7 +26,7 @@ void FeatureSet::initalizeFeatureList(QMap &featureList) featureList.insert("idle_client", false); featureList.insert("forgot_password", false); featureList.insert("websocket", false); - featureList.insert("hashed_password_login", false); + //featureList.insert("hashed_password_login", false); // These are temp to force users onto a newer client featureList.insert("2.7.0_min_version", false); featureList.insert("2.8.0_min_version", false);