mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-28 18:14:55 -04:00
Merge branch 'master' of https://github.com/t-affeldt/climate_api
This commit is contained in:
commit
a56116e8ab
4 changed files with 135 additions and 1 deletions
|
@ -197,7 +197,7 @@ minetest.register_chatcommand("set_weather", {
|
|||
return
|
||||
end
|
||||
climate_mod.forced_weather[weather] = status
|
||||
minetest.chat_send_player(playername, S("Weather @1 successfully set to @2"), weather, arguments[2])
|
||||
minetest.chat_send_player(playername, S("Weather @1 successfully set to @2", weather, arguments[2]))
|
||||
end
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue