diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-31 23:23:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-31 23:23:19 -0300 |
commit | 8c43a6ac55a1a825ae4735521c70417bc0d35d3e (patch) | |
tree | 686bf1b76f7be994c8662678ef9db4a731f83080 /conf | |
parent | 6f499d71453a841fca7a243fb8f86f78377337a3 (diff) | |
download | serverdata-8c43a6ac55a1a825ae4735521c70417bc0d35d3e.tar.gz serverdata-8c43a6ac55a1a825ae4735521c70417bc0d35d3e.tar.bz2 serverdata-8c43a6ac55a1a825ae4735521c70417bc0d35d3e.tar.xz serverdata-8c43a6ac55a1a825ae4735521c70417bc0d35d3e.zip |
Block all GMs and ADMINs from warping to MMO-Protected zones.
Note that @w command is UNAFFECTED by that. (@goto and @hugo might be affected)
(Please report bugs)
Also: Whitelist Explosive Arrow, may still be broken though
Diffstat (limited to 'conf')
-rw-r--r-- | conf/groups.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index a6329c0f3..3e63b5876 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -244,7 +244,6 @@ groups: ( permissions: { who_display_aid: true view_hpmeter: true - any_warp: true all_equipment: true join_chat: true kick_chat: true @@ -344,7 +343,6 @@ groups: ( permissions: { who_display_aid: true view_hpmeter: true - any_warp: true join_chat: true kick_chat: true hide_session: true @@ -372,7 +370,7 @@ groups: ( permissions: { who_display_aid: true view_hpmeter: true - any_warp: true + any_warp: false join_chat: true kick_chat: true hide_session: true |