Update code/modules/client/client_procs.dm

Co-authored-by: deathride58 <deathride58@users.noreply.github.com>
This commit is contained in:
silicons
2022-07-23 14:28:09 -07:00
committed by GitHub
parent 763c5ff195
commit 42f14aaef2

View File

@@ -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()