From a561862ef006a3b9f85e4159c1b54055ffe37e26 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Sat, 31 Dec 2011 01:51:06 -0500 Subject: [PATCH] and there too --- code/modules/admin/verbs/custom_event.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/verbs/custom_event.dm b/code/modules/admin/verbs/custom_event.dm index 3923666fa68..bab86aba450 100644 --- a/code/modules/admin/verbs/custom_event.dm +++ b/code/modules/admin/verbs/custom_event.dm @@ -10,6 +10,7 @@ var/input = input(usr, "Enter the description of the custom event. Be descriptive. To cancel the event, make this blank or hit cancel.", "Custom Event", custom_event_msg) as message|null if(!input || input == "") custom_event_msg = null + log_admin("[usr.key] has cleared the custom event text.") return log_admin("[usr.key] has changed the custom event text.")