Fixes jumping, adds dev access to msay and ahelps.

This commit is contained in:
Datraen
2015-11-29 22:34:00 -05:00
parent 834ce5bb64
commit 3506e0861c
5 changed files with 7 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
set name = "Msay"
set hidden = 1
if(!check_rights(R_ADMIN|R_MOD|R_MENTOR)) return
if(!check_rights(R_ADMIN|R_MOD|R_MENTOR|R_SERVER)) return
msg = sanitize(msg)
log_admin("MOD: [key_name(src)] : [msg]")