mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-05 22:01:28 +02:00
Fix comment indentation in wieldview
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user