Double reply & href fixes

This commit is contained in:
Selis
2023-07-07 10:53:53 +02:00
parent 86ef1f4708
commit 3f683db523
4 changed files with 6 additions and 3 deletions

View File

@@ -116,6 +116,9 @@ var/list/mentor_verbs_default = list(
to_chat(C, create_text_tag("mentor", "MENTOR:", C) + " <span class='mentor_channel'><span class='name'>[src]</span>: <span class='message'>[msg]</span></span>")
/proc/mentor_commands(href, href_list, client/C)
if(C.holder) // CHOMPedit - Skip this because client is already admin
return
// CHOMPedit Start - Tickets System
if(href_list["ticket"])
var/ticket_ref = href_list["ticket"]