Merge pull request #4717 from CHOMPStation2/upstream-merge-13512

[MIRROR] Adds ticket escalation
This commit is contained in:
Nadyr
2022-08-28 18:57:43 -04:00
committed by GitHub
3 changed files with 40 additions and 19 deletions
+2
View File
@@ -187,6 +187,7 @@
GLOB.directory[ckey] = src
GLOB.ahelp_tickets.ClientLogin(src)
GLOB.mhelp_tickets.ClientLogin(src)
//Admin Authorisation
holder = admin_datums[ckey]
@@ -279,6 +280,7 @@
mentorholder.owner = null
GLOB.mentors -= src
GLOB.ahelp_tickets.ClientLogout(src)
GLOB.mhelp_tickets.ClientLogout(src)
GLOB.directory -= ckey
GLOB.clients -= src
return ..()