From dce8abbd063274176eb75678b8dd9bb9a22197c8 Mon Sep 17 00:00:00 2001 From: ikarrus Date: Wed, 4 Dec 2013 08:13:56 -0700 Subject: [PATCH] Input window will now have the current admin notice displayed when you go edit it. --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 49b56f9e2bd..1f26ad0e918 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -543,7 +543,7 @@ var/global/floorIsLava = 0 set desc ="Set an announcement that appears to everyone who joins the server. Only lasts this round" if(!check_rights(0)) return - admin_notice = input(src,"Set a public notice for this round. Everyone who joins the server will see it.\n(Leaving it blank will delete the current notice):","Set Notice",null) as null|message + admin_notice = input(src,"Set a public notice for this round. Everyone who joins the server will see it.\n(Leaving it blank will delete the current notice):","Set Notice",admin_notice) as null|message switch(admin_notice) if(null) return