1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2025-01-10 08:20:17 +01:00

fix optional lightning mod dependency issue

This commit is contained in:
Arturas Norkus 2017-05-24 08:27:27 +03:00
parent 9ec1790b16
commit 17a67b846e

View File

@ -21,9 +21,9 @@ dofile(modpath.."/snow.lua")
if minetest.get_modpath("lightning") ~= nil then
dofile(modpath.."/thunder.lua")
end
-- Turn off lightning mod 'auto mode'
lightning.auto = false
end
dofile(modpath.."/abm.lua")