Adds ticket escalation

This commit is contained in:
Casey
2022-08-16 01:12:00 +00:00
committed by CHOMPStation2
parent 724ccf89bd
commit 296d2e902c
3 changed files with 662 additions and 0 deletions
+2
View File
@@ -178,6 +178,7 @@
GLOB.directory[ckey] = src
GLOB.ahelp_tickets.ClientLogin(src)
GLOB.mhelp_tickets.ClientLogin(src)
//Admin Authorisation
holder = admin_datums[ckey]
@@ -263,6 +264,7 @@
holder.owner = null
GLOB.admins -= src
GLOB.ahelp_tickets.ClientLogout(src)
GLOB.mhelp_tickets.ClientLogout(src)
GLOB.directory -= ckey
GLOB.clients -= src
return ..()