diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-29 02:47:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-29 02:47:08 -0300 |
commit | 70e7a7ccfd623bdd33ec46110b387e6625def5f0 (patch) | |
tree | 99853f9dc8c4ad8340fac93b48f2694eb14a59f4 | |
parent | 2eb40b5afa797751d169d74057bb77fc5bf8438b (diff) | |
download | serverdata-70e7a7ccfd623bdd33ec46110b387e6625def5f0.tar.gz serverdata-70e7a7ccfd623bdd33ec46110b387e6625def5f0.tar.bz2 serverdata-70e7a7ccfd623bdd33ec46110b387e6625def5f0.tar.xz serverdata-70e7a7ccfd623bdd33ec46110b387e6625def5f0.zip |
Allow sponsors to have a general idea of where players are (@users)
Using mostly anonymized data
-rw-r--r-- | conf/groups.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index f07725cb5..ac8b2a3ce 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -111,6 +111,7 @@ groups: ( homtalk: true pettalk: true refresh: true + users: true } log_commands: false permissions: { @@ -132,7 +133,7 @@ groups: ( showdelay: true exp: true mobinfo: true - iteminfo: true + iteminfo: truef whodrops: true time: true hominfo: [true, true] @@ -158,7 +159,6 @@ groups: ( whomap: true whomap2: true whomap3: true - users: true mapinfo: true gat: true mobsearch: true |