- 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:
Kyep
2016-08-02 22:46:06 -07:00
parent 9d229677bf
commit f590df3268
2 changed files with 3 additions and 33 deletions
+1 -1
View File
@@ -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)