diff --git a/script.lua b/script.lua index a1da563..8e7c72b 100644 --- a/script.lua +++ b/script.lua @@ -168,7 +168,7 @@ function onCommand(input) v.setEnabled(not v.getEnabled()) end end - if input == chat_prefix .. "toggle_outer" then + if input == chat_prefix .. "toggle_inner" then for k, v in pairs(VANILLA_INNER) do v.setEnabled(not v.getEnabled()) end