diff --git a/weather/init.lua b/weather/init.lua index bfd61aa..c757980 100644 --- a/weather/init.lua +++ b/weather/init.lua @@ -3,7 +3,7 @@ -- * snow -- * wind -assert(minetest.add_particlespawner, "I told you to run the latest GitHub!") +assert(minetest.add_particlespawner, "You have some really old minetest...") weather_mod={ modpath=minetest.get_modpath("weather"),