Remove R_MENTOR & R_HOST

Flags unnecessary, procs and functions concerning them removed.
This commit is contained in:
skull132
2016-02-05 23:20:39 +02:00
parent 301dea9abf
commit fda5a7781f
14 changed files with 20 additions and 94 deletions
+1 -1
View File
@@ -1177,7 +1177,7 @@
show_player_panel(M)
else if(href_list["adminplayerobservejump"])
if(!check_rights(R_MENTOR|R_MOD|R_ADMIN)) return
if(!check_rights(R_MOD|R_ADMIN)) return
var/mob/M = locate(href_list["adminplayerobservejump"])