Fix armor toggle function

This commit is contained in:
NullBite 2022-03-19 00:49:26 -04:00
parent 81d66720fe
commit b4c71f509d
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -140,7 +140,7 @@ function setArmor(state)
else
armor_enabled=state
end
ping.setArmor(state)
ping.setArmor(armor_enabled)
end
function ping.setArmor(state)
for key, value in pairs(armor_model) do