diff options
author | mekolat <mekolat@users.noreply.github.com> | 2017-02-19 22:29:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 22:29:15 -0500 |
commit | 0d034b7fe8f8d8309bb675949743ddb49adcc110 (patch) | |
tree | 145ae04f66b847d68daf13b1575a76bbb2766763 | |
parent | 37cc6e4af9d6530141fd9a31ffb2a47f50d4a7c7 (diff) | |
parent | a6939fab62d3762f47acbe196c33df656ca4798b (diff) | |
download | clientdata-0d034b7fe8f8d8309bb675949743ddb49adcc110.tar.gz clientdata-0d034b7fe8f8d8309bb675949743ddb49adcc110.tar.bz2 clientdata-0d034b7fe8f8d8309bb675949743ddb49adcc110.tar.xz clientdata-0d034b7fe8f8d8309bb675949743ddb49adcc110.zip |
Merge pull request #351 from mekolat/follow-1
Remove the auto-following limitation
-rw-r--r-- | features.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features.xml b/features.xml index b5bc619b..11e1851e 100644 --- a/features.xml +++ b/features.xml @@ -1,6 +1,5 @@ <?xml version="1.0"?> <configuration> - <option name="allowFollow" value="0"/> <option name="forceAccountGender" value="3"/> <option name="forceCharGender" value="3"/> </configuration> |