From 7bd4d75c3ffffc186199b30b7b40d508e72f111d Mon Sep 17 00:00:00 2001 From: cora Date: Sun, 26 Sep 2021 04:28:44 +0200 Subject: [PATCH] add missing translator include --- mods/ENVIRONMENT/mcl_weather/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ENVIRONMENT/mcl_weather/init.lua b/mods/ENVIRONMENT/mcl_weather/init.lua index 6fe73eef..7d331cd5 100644 --- a/mods/ENVIRONMENT/mcl_weather/init.lua +++ b/mods/ENVIRONMENT/mcl_weather/init.lua @@ -1,3 +1,4 @@ +local S = minetest.get_translator("mcl_weather") mcl_weather = {} mcl_weather.allow_abm = true