Adds ticket escalation

This commit is contained in:
lm40
2022-08-15 12:20:23 -04:00
parent c84121e402
commit 381e304821
3 changed files with 40 additions and 19 deletions
+2
View File
@@ -185,6 +185,7 @@
GLOB.directory[ckey] = src
GLOB.ahelp_tickets.ClientLogin(src)
GLOB.mhelp_tickets.ClientLogin(src)
//Admin Authorisation
holder = admin_datums[ckey]
@@ -277,6 +278,7 @@
mentorholder.owner = null
GLOB.mentors -= src
GLOB.ahelp_tickets.ClientLogout(src)
GLOB.mhelp_tickets.ClientLogout(src)
GLOB.directory -= ckey
GLOB.clients -= src
return ..()