summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-21 18:37:07 +0000
committerJesusaves <cpntb1@ymail.com>2019-10-21 18:37:07 +0000
commit1abb711b9f4ed87032ad708e42b9f3c9d035ed83 (patch)
treeaf4035c0d1500cd66816d6fcd1e91e922569e396 /npc/functions
parent1959b79d649d7abb021c536281fadf88cd43d974 (diff)
downloadserverdata-1abb711b9f4ed87032ad708e42b9f3c9d035ed83.tar.gz
serverdata-1abb711b9f4ed87032ad708e42b9f3c9d035ed83.tar.bz2
serverdata-1abb711b9f4ed87032ad708e42b9f3c9d035ed83.tar.xz
serverdata-1abb711b9f4ed87032ad708e42b9f3c9d035ed83.zip
These are the new GM permissions, levels, and clearances for rEvolt.
See the merge request for a better list of powers as of approved on topic 20808.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/permissions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/permissions.txt b/npc/functions/permissions.txt
index 62e0da6b..96e69fde 100644
--- a/npc/functions/permissions.txt
+++ b/npc/functions/permissions.txt
@@ -31,5 +31,5 @@ function script is_evtc {
// game master
function script is_gm {
return is_admin(getarg(0, getcharid(CHAR_ID_ACCOUNT))) ||
- has_permission("send_gm", getarg(0, getcharid(CHAR_ID_ACCOUNT)));
+ can_use_command("@jail", getarg(0, getcharid(CHAR_ID_ACCOUNT)));
}