initialize weather global
This commit is contained in:
parent
08e58b2393
commit
19182e8176
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue