initialize weather global

This commit is contained in:
theFox6 2018-05-17 16:37:30 +02:00
parent 08e58b2393
commit 19182e8176
1 changed files with 1 additions and 1 deletions

View File

@ -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()