Skip to content

Commit

Permalink
Merge pull request #3 from minetest-mods/sofar-patch-1
Browse files Browse the repository at this point in the history
Fix typo that breaks the whole mod's purpose.
  • Loading branch information
Lymkwi committed Mar 10, 2016
2 parents ae53907 + a7f1dde commit a4a09c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function time_reg.loop(loop, forceupdate)
minetest.set_timeofday(time_reg.threshold.day / 24000)
minetest.log("action", "[TimeRegulation] Entering night period : period skipped")
else
minetest.setting_set("tims_speed", time_reg.night_time_speed)
minetest.setting_set("time_speed", time_reg.night_time_speed)
minetest.log("action", "[TimeRegulation] Entering night period : time_speed " .. time_reg.night_time_speed)
end
end
Expand Down

0 comments on commit a4a09c5

Please sign in to comment.