fixed fixlight command

This commit is contained in:
kaadmy 2015-10-20 14:10:44 -07:00
parent 23b706f401
commit 840f8c8769
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ function util.fixlight(pos1, pos2)
dig_node(pos)
end
manip:write_to_map()
return #nodes
end
if minetest.setting_getbool("fixlight_command_enable") then