Update meta data

This commit is contained in:
Till Affeldt
2020-04-09 09:59:40 +02:00
parent f9df1d732f
commit 85cc68ddc2
12 changed files with 174 additions and 18 deletions

View File

@ -11,7 +11,7 @@ end
function weather_mod.set_weather(name)
if type(weather_mod.weathers[name]) == nil then
minetest.log("warning", "[Ultimate Weathers] Weather does not exist")
minetest.log("warning", "[Believable Weather] Weather does not exist")
return
end
weather_mod.state.current_weather = name