diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-21 19:38:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-21 19:38:27 +0300 |
commit | 171aed486b6badc87e2e6eb7957941916f407ad3 (patch) | |
tree | 26c1a1ee92a16f628a6a25fe123e4d1f0bc5e2d4 /conf | |
parent | 133b75b9a141717b44f9387fae5623f53b232e25 (diff) | |
download | serverdata-171aed486b6badc87e2e6eb7957941916f407ad3.tar.gz serverdata-171aed486b6badc87e2e6eb7957941916f407ad3.tar.bz2 serverdata-171aed486b6badc87e2e6eb7957941916f407ad3.tar.xz serverdata-171aed486b6badc87e2e6eb7957941916f407ad3.zip |
Allow duel based gm commands to all players.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/groups.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 1aa79344..248d1a8e 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -81,7 +81,10 @@ groups: ( level: 0 inherit: ( /*empty list*/ ) commands: { - /* no commands by default */ + duel: true + accept: true + reject: true + leave: true } permissions: { /* without this basic permissions regular players could not |