mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 11:47:11 -07:00
Added the ability or moderation staff to request user ban history
This commit is contained in:
@@ -16,6 +16,7 @@ void FeatureSet::initalizeFeatureList(QMap<QString, bool> &featureList){
|
||||
featureList.insert("client_id", false);
|
||||
featureList.insert("client_ver", false);
|
||||
featureList.insert("feature_set", false);
|
||||
featureList.insert("user_ban_history", false);
|
||||
}
|
||||
|
||||
void FeatureSet::enableRequiredFeature(QMap<QString, bool> &featureList, QString featureName){
|
||||
|
||||
Reference in New Issue
Block a user