From c2c0fce93aecb699c93ca3f105358992a8bd7208 Mon Sep 17 00:00:00 2001 From: Dirk Sohler Date: Sun, 13 May 2018 22:13:10 +0200 Subject: [PATCH] fix Travis `nused argument` errors --- weather/snow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather/snow.lua b/weather/snow.lua index 99aedb8..92a039e 100644 --- a/weather/snow.lua +++ b/weather/snow.lua @@ -34,7 +34,7 @@ if minetest.is_yes(minetest.settings:get_bool('weather_fast_pc')) then neighbors = {"default:air"}, interval = 10.0, chance = 80, - action = function (pos, node, active_object_count, active_object_count_wider) + action = function (pos, node) if weather.type == "weather:snow" then if minetest.registered_nodes[node.name].drawtype == "normal" or minetest.registered_nodes[node.name].drawtype == "allfaces_optional" then