From 42f14aaef261d65315fe9c9d0c55742790a2bac6 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sat, 23 Jul 2022 14:28:09 -0700 Subject: [PATCH] Update code/modules/client/client_procs.dm Co-authored-by: deathride58 --- code/modules/client/client_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index b927e83b2c..66bb714b99 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -427,7 +427,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( add_admin_verbs() var/admin_memo_note = get_message_output("memo") if(admin_memo_note) - to_chat(src, get_message_output("memo")) + to_chat(src, admin_memo_note) adminGreet() add_verbs_from_config()