mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Double reply & href fixes
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user