Fix comment indentation in wieldview

This commit is contained in:
Lizzy Fleckenstein 2021-04-06 16:02:18 +02:00
parent 1d587b8895
commit 38a12e59da
1 changed files with 3 additions and 2 deletions

View File

@ -118,7 +118,8 @@ minetest.register_entity("wieldview:wieldnode", {
-- wield item as cubic
if armor.textures[self.wielder].wielditem == "blank.png" then
self.object:set_properties({textures = {itemstring}})
else -- wield item as flat
-- wield item as flat
else
self.object:set_properties({textures = {""}})
end