mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
add feature list requirement (#3287)
* add feature list requirement * version update * version bump
This commit is contained in:
parent
d36f86c523
commit
e147bd6cea
3 changed files with 3 additions and 2 deletions
|
|
@ -23,6 +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
|
||||
}
|
||||
|
||||
void FeatureSet::enableRequiredFeature(QMap<QString, bool> &featureList, QString featureName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue