diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-03-30 23:14:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-03-30 23:14:25 -0300 |
commit | 56182e58be96ca7f209ed2ea7af29644d74a1bf8 (patch) | |
tree | f18f9a54961ad72a878a772ac396c6636c1aa0b0 | |
parent | e1f33c4dc46c7388f7bd318db0897ecfc2e9c8dd (diff) | |
download | serverdata-56182e58be96ca7f209ed2ea7af29644d74a1bf8.tar.gz serverdata-56182e58be96ca7f209ed2ea7af29644d74a1bf8.tar.bz2 serverdata-56182e58be96ca7f209ed2ea7af29644d74a1bf8.tar.xz serverdata-56182e58be96ca7f209ed2ea7af29644d74a1bf8.zip |
Allow sponsors to use @mapinfo in addition to mobinfo, iteminfo and whodrops
-rw-r--r-- | conf/groups.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 6d722632d..2af0e1fce 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -115,6 +115,7 @@ groups: ( mobinfo: true iteminfo: true whodrops: true + mapinfo: true } log_commands: false permissions: { @@ -159,7 +160,6 @@ groups: ( whomap: true whomap2: true whomap3: true - mapinfo: true gat: true mobsearch: true idsearch: true |