Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 67c9009

Browse files
committed
This is why you need to be careful when copypasting
1 parent c40909b commit 67c9009

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

yogstation/code/datums/world_topic.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ GLOBAL_VAR_INIT(mentornoot, FALSE)
9393
if(!add_mhelp_query.Execute())
9494
message_admins("Failed insert mhelp into mhelp DB. Check the SQL error logs for more details.")
9595
qdel(add_mhelp_query)
96-
if(ckey in SSYogs.mentortickets)
97-
var/datum/mentorticket/T = SSYogs.mentortickets[ckey]
96+
if(C.ckey in SSYogs.mentortickets)
97+
var/datum/mentorticket/T = SSYogs.mentortickets[C.ckey]
9898
T.log += "<b>[from]:</b> [msg]"
9999
to_chat(C, "<font color='purple'>Mentor PM from-<b>[discord_mentor_link(from, from_id)]</b>: [msg]</font>", confidential = TRUE)
100100
var/show_char_recip = !C.is_mentor() && CONFIG_GET(flag/mentors_mobname_only)

0 commit comments

Comments
 (0)