mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-03-22 09:22:23 +00:00
Merge pull request #2 from tuedel/fix-typo
Fix wrong parenthesis in /set_weather chatcommand
This commit is contained in:
commit
80d661f33a
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ minetest.register_chatcommand("set_weather", {
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
climate_mod.forced_weather[weather] = status
|
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
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue