Fix toggle_inner command

This commit is contained in:
NullBite 2022-03-14 22:50:23 -04:00
parent ec40071c61
commit 1b16c728eb
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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