Fix some tabulation

This commit is contained in:
stujones11 2016-04-09 01:19:32 +01:00
parent ae33659168
commit b6a44057a6
1 changed files with 2 additions and 2 deletions

View File

@ -123,10 +123,10 @@ minetest.register_node("3d_armor_stand:armor_stand", {
allow_metadata_inventory_move = function(pos)
return 0
end,
on_metadata_inventory_put = function(pos)
on_metadata_inventory_put = function(pos)
update_entity(pos)
end,
on_metadata_inventory_take = function(pos)
on_metadata_inventory_take = function(pos)
update_entity(pos)
end,
after_destruct = function(pos)