From f5cd18189b84762cfdbcf29ab63dd0c5c2eadc52 Mon Sep 17 00:00:00 2001 From: theFox6 Date: Thu, 17 May 2018 17:21:41 +0200 Subject: [PATCH] code beautification --- weather/command.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weather/command.lua b/weather/command.lua index 88afd69..87df6c6 100644 --- a/weather/command.lua +++ b/weather/command.lua @@ -18,7 +18,8 @@ minetest.register_chatcommand("setweather", { minetest.chat_send_player(name, "avalible weather types: "..types) else if weather_mod.registered_downfalls[param] == nil then - minetest.chat_send_player(name, "This type of weather is not registered. To list all types of weather run the command without parameters.") + minetest.chat_send_player(name, "This type of weather is not registered.\n".. + "To list all types of weather run the command without parameters.") else weather.type = param weather_mod.handle_lightning()