Mods have notes access

This commit is contained in:
Markolie
2015-09-15 05:21:03 +02:00
parent 3ff3945bab
commit ccab45c495
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -216,7 +216,7 @@ var/global/nologevent = 0
set category = "Admin"
set name = "Player Notes"
if(!check_rights(R_ADMIN))
if(!check_rights(R_MOD))
return
show_note()
@@ -225,7 +225,7 @@ var/global/nologevent = 0
set category = "Admin"
set name = "Show Player Notes"
if(!check_rights(R_ADMIN))
if(!check_rights(R_MOD))
return
show_note(key)