mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 12:52:30 +02:00
Fix comment indentation in wieldview
This commit is contained in:
@ -115,10 +115,11 @@ minetest.register_entity("wieldview:wieldnode", {
|
|||||||
local def = minetest.registered_items[itemstring]
|
local def = minetest.registered_items[itemstring]
|
||||||
self.object:set_properties({glow = def and def.light_source or 0})
|
self.object:set_properties({glow = def and def.light_source or 0})
|
||||||
|
|
||||||
-- wield item as cubic
|
-- wield item as cubic
|
||||||
if armor.textures[self.wielder].wielditem == "blank.png" then
|
if armor.textures[self.wielder].wielditem == "blank.png" then
|
||||||
self.object:set_properties({textures = {itemstring}})
|
self.object:set_properties({textures = {itemstring}})
|
||||||
else -- wield item as flat
|
-- wield item as flat
|
||||||
|
else
|
||||||
self.object:set_properties({textures = {""}})
|
self.object:set_properties({textures = {""}})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user