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