From cc5622370b0e0307cd977ffba8a617d5e8c06e47 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Fri, 27 Mar 2015 13:09:08 +0000 Subject: [PATCH] Player Memos The return --- code/modules/client/client procs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index eb45fc0f..d7456e40 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -164,6 +164,7 @@ host = key world.update_status() + admin_memo_player_show() if(holder) add_admin_verbs() admin_memo_show()