mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 23:26:14 -08:00
comment out new feature from feature list (#4477)
we don't have an official release for a version that has this feature yet
This commit is contained in:
@@ -26,7 +26,7 @@ void FeatureSet::initalizeFeatureList(QMap<QString, bool> &featureList)
|
|||||||
featureList.insert("idle_client", false);
|
featureList.insert("idle_client", false);
|
||||||
featureList.insert("forgot_password", false);
|
featureList.insert("forgot_password", false);
|
||||||
featureList.insert("websocket", 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
|
// These are temp to force users onto a newer client
|
||||||
featureList.insert("2.7.0_min_version", false);
|
featureList.insert("2.7.0_min_version", false);
|
||||||
featureList.insert("2.8.0_min_version", false);
|
featureList.insert("2.8.0_min_version", false);
|
||||||
|
|||||||
Reference in New Issue
Block a user