German translation: environment
This commit is contained in:
parent
7c9126ace5
commit
63d630a208
5 changed files with 24 additions and 1 deletions
|
@ -190,7 +190,7 @@ minetest.register_privilege("weather_manager", {
|
|||
|
||||
-- Weather command definition. Set
|
||||
minetest.register_chatcommand("weather", {
|
||||
params = S("(clear | rain | snow | thunder) [<duration>]"),
|
||||
params = "(clear | rain | snow | thunder) [<duration>]",
|
||||
description = S("Changes the weather to the specified parameter."),
|
||||
privs = {weather_manager = true},
|
||||
func = function(name, param)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue