mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Add websocket feature (#3562)
* add websocket feature * Added 2.7.0_min_version
This commit is contained in:
parent
073c531855
commit
46b34d6515
3 changed files with 14 additions and 8 deletions
|
|
@ -23,7 +23,10 @@ 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.1_min_version", false); // This is temp to force users onto a newer client
|
||||
featureList.insert("websocket", false);
|
||||
// These are temp to force users onto a newer client
|
||||
featureList.insert("2.6.1_min_version", false);
|
||||
featureList.insert("2.7.0_min_version", false);
|
||||
}
|
||||
|
||||
void FeatureSet::enableRequiredFeature(QMap<QString, bool> &featureList, QString featureName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue