made the my ticket verbs available for the normal players

This commit is contained in:
joep van der velden
2019-03-09 23:31:32 +01:00
parent f9d01f396c
commit af156a9eb8
3 changed files with 3 additions and 15 deletions
+1 -3
View File
@@ -206,7 +206,6 @@ var/list/admin_verbs_mentor = list(
/client/proc/cmd_admin_pm_panel, /*admin-pm list*/
/client/proc/cmd_admin_pm_by_key_panel, /*admin-pm list by key*/
/client/proc/openMentorTicketUI,
/client/proc/openMentorUserUI,
/client/proc/toggleMentorTicketLogs,
/client/proc/cmd_mentor_say /* mentor say*/
// cmd_mentor_say is added/removed by the toggle_mentor_chat verb
@@ -225,8 +224,7 @@ var/list/admin_verbs_ticket = list(
/client/proc/openAdminTicketUI,
/client/proc/toggleticketlogs,
/client/proc/resolveAllAdminTickets,
/client/proc/resolveAllMentorTickets,
/client/proc/openAdminUserUI
/client/proc/resolveAllMentorTickets
)
/client/proc/on_holder_add()