diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-25 13:46:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-25 13:46:10 -0300 |
commit | ecac046002bd922086ff693f8e2ad9115f89ec85 (patch) | |
tree | 81d7b3b8e7e43b446bd9fb16111a941cf6a4d4e8 /conf | |
parent | ec896c2e2c9bfcfa7aafbaf06a42fca29f7c7166 (diff) | |
download | serverdata-ecac046002bd922086ff693f8e2ad9115f89ec85.tar.gz serverdata-ecac046002bd922086ff693f8e2ad9115f89ec85.tar.bz2 serverdata-ecac046002bd922086ff693f8e2ad9115f89ec85.tar.xz serverdata-ecac046002bd922086ff693f8e2ad9115f89ec85.zip |
Permission fixing - @jailtime
Diffstat (limited to 'conf')
-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 6a10aa54d..ac5e833f0 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -91,6 +91,7 @@ groups: ( email: true rates: true hominfo: true + jailtime: true } permissions: { /* without this basic permissions regular players could not @@ -134,7 +135,6 @@ groups: ( iteminfo: true whodrops: true time: true - jailtime: true hominfo: [true, true] homstats: true showexp: true |