mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 23:00:24 -08:00
Remove client idle timer flag from feature set
There's no protocol item at hand here so this isn't a protocol 'feature'
This commit is contained in:
@@ -20,7 +20,6 @@ void FeatureSet::initalizeFeatureList(QMap<QString, bool> &featureList) {
|
||||
featureList.insert("room_chat_history", false);
|
||||
featureList.insert("client_warnings", false);
|
||||
featureList.insert("mod_log_lookup", false);
|
||||
featureList.insert("client_inactivetimeout", false);
|
||||
}
|
||||
|
||||
void FeatureSet::enableRequiredFeature(QMap<QString, bool> &featureList, QString featureName){
|
||||
|
||||
Reference in New Issue
Block a user