Skip to content

Commit

Permalink
disable light recalculation
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Dec 8, 2020
1 parent c7d5bcd commit 2fee858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light_restore_command.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ minetest.register_chatcommand("mars_lightup", {
end

manip:set_light_data(data)
manip:write_to_map()
manip:write_to_map(false)

local diff = minetest.get_us_time() - start
local millis = math.floor(diff / 1000)
Expand Down

0 comments on commit 2fee858

Please sign in to comment.