From 1358381f97667705e359338a4021fac7aaa8a80e Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Wed, 18 Nov 2020 18:59:47 +0000 Subject: [PATCH] Tweaks adminwho ticket message (#14892) --- code/game/verbs/who.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/verbs/who.dm b/code/game/verbs/who.dm index a31ae85a5bd..4a0429dd576 100644 --- a/code/game/verbs/who.dm +++ b/code/game/verbs/who.dm @@ -126,6 +126,6 @@ modmsg += "\t[C] is a [C.holder.rank]\n" num_mods_online++ - var/noadmins_info = "\nIf no admins or mentors are online, make a ticket anyways. Adminhelps and mentorhelps will be relayed to discord, and staff will still be informed." + var/noadmins_info = "\nIf no admins or mentors are online, make a ticket anyways. Adminhelps and mentorhelps will be relayed to discord, and staff will still be informed." msg = "Current Admins ([num_admins_online]):\n" + msg + "\nCurrent Mentors ([num_mods_online]):\n" + modmsg + noadmins_info to_chat(src, msg)