mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-02-09 08:40:37 +01:00
Fix wrong parenthesis in /set_weather chatcommand
This commit is contained in:
parent
dbce69be3b
commit
beb75254bf
@ -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…
Reference in New Issue
Block a user