add an empty function for some reason

This commit is contained in:
NullBite 2023-11-10 00:37:40 -05:00
parent 247ddcb8d5
commit 32b1cfe075
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -601,6 +601,11 @@ function colorArmor(item)
end
-- }}}
-- New tail armor {{{
function buildTailTexture()
end
-- }}}
function resetAngles(part)
part:setRot(vec(0,0,0))
end