mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Tidyup
- Deletes old debugging code - Deletes old test options - Deletes old comments - Changes a check from MENTOR+ to ADMIN+ - Enables the admin bypass for job permission checks
This commit is contained in:
@@ -2017,7 +2017,7 @@
|
||||
fax_panel(usr)
|
||||
|
||||
else if(href_list["getexpwindow"])
|
||||
if(!check_rights(R_MENTOR|R_MOD|R_ADMIN)) return
|
||||
if(!check_rights(R_ADMIN)) return
|
||||
|
||||
var/mob/M = locate(href_list["getexpwindow"])
|
||||
usr.client.cmd_show_exp_panel(M.client)
|
||||
|
||||
Reference in New Issue
Block a user