force 2.6.1 (#3316)
This commit is contained in:
parent
4796110afb
commit
3ae363cf4b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ void FeatureSet::initalizeFeatureList(QMap<QString, bool> &featureList)
|
|||
featureList.insert("mod_log_lookup", false);
|
||||
featureList.insert("idle_client", false);
|
||||
featureList.insert("forgot_password", false);
|
||||
featureList.insert("2.6.0_min_version", false); // This is temp to force users onto a newer client
|
||||
featureList.insert("2.6.1_min_version", false); // This is temp to force users onto a newer client
|
||||
}
|
||||
|
||||
void FeatureSet::enableRequiredFeature(QMap<QString, bool> &featureList, QString featureName)
|
||||
|
|
Loading…
Reference in a new issue