mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Mods have notes access
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user