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

Commit c40909b

Browse files
committed
Fixes bad indents
1 parent 452bb80 commit c40909b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yogstation/code/datums/world_topic.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ GLOBAL_VAR_INIT(mentornoot, FALSE)
9494
message_admins("Failed insert mhelp into mhelp DB. Check the SQL error logs for more details.")
9595
qdel(add_mhelp_query)
9696
if(ckey in SSYogs.mentortickets)
97-
var/datum/mentorticket/T = SSYogs.mentortickets[ckey]
98-
T.log += "<b>[from]:</b> [msg]"
97+
var/datum/mentorticket/T = SSYogs.mentortickets[ckey]
98+
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)
101101
for(var/client/X in GLOB.mentors | GLOB.permissions.admins)

0 commit comments

Comments
 (0)