From d0a441b2b4045bbb3fec6e34bb26f8de0e9f6cbe Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Tue, 28 Jul 2020 23:11:38 -0700 Subject: [PATCH] Update mob.dm --- code/modules/keybindings/keybind/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/keybindings/keybind/mob.dm b/code/modules/keybindings/keybind/mob.dm index e87e36e0fbb..225b35892d7 100644 --- a/code/modules/keybindings/keybind/mob.dm +++ b/code/modules/keybindings/keybind/mob.dm @@ -140,7 +140,7 @@ full_name = "LOOC" description = "Says something in local OOC" -/datum/keybinding/mob/ooc/down(client/user) +/datum/keybinding/mob/looc/down(client/user) user.looc_wrapper() return TRUE