From e0569ba260e07327707164765894db990d14cb92 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Tue, 6 Oct 2020 17:20:41 -0400 Subject: [PATCH] Update code/modules/admin/admin.dm s p e s s e s Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> --- 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 59fab2b21b5..dc78fbf0923 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -624,7 +624,7 @@ GLOBAL_VAR_INIT(nologevent, 0) if(SSticker.force_ending) return message_admins("[key_name_admin(usr)] has admin ended the round with message: '[input]'") - log_admin("[key_name(usr)] has admin ended the round with message: '[input]'") + log_admin("[key_name(usr)] has admin ended the round with message: '[input]'") SSticker.force_ending = TRUE to_chat(world, "[input]") feedback_add_details("admin_verb", "END") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!