diff --git a/weather/init.lua b/weather/init.lua index e54bb14..e4875f1 100644 --- a/weather/init.lua +++ b/weather/init.lua @@ -5,7 +5,7 @@ assert(minetest.add_particlespawner, "I told you to run the latest GitHub!") -rawset(_G,"weather_mod",false) +rawset(_G,"weather_mod",{}) weather_mod.modpath=minetest.get_modpath("weather") weather = (function()