From c0b40169d1dbf166852c5e98e1ab8660c1356a66 Mon Sep 17 00:00:00 2001 From: theFox6 Date: Mon, 16 Sep 2019 09:01:07 +0200 Subject: [PATCH] just fixed some message --- weather/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),