From aea9e6d182fee283d7aee612c03c510f2d2f45ba Mon Sep 17 00:00:00 2001 From: teknomunk Date: Sun, 18 Aug 2024 19:32:03 -0500 Subject: [PATCH] Update comment according to https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4338#issuecomment-82713 --- mods/ENVIRONMENT/mcl_weather/skycolor/effects.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ENVIRONMENT/mcl_weather/skycolor/effects.lua b/mods/ENVIRONMENT/mcl_weather/skycolor/effects.lua index d905d8f31..ce90bb13a 100644 --- a/mods/ENVIRONMENT/mcl_weather/skycolor/effects.lua +++ b/mods/ENVIRONMENT/mcl_weather/skycolor/effects.lua @@ -8,7 +8,7 @@ local effects_handlers = {} local has_mcl_potions = mcl_util.to_bool(minetest.get_modpath("mcl_potions")) function effects_handlers.darkness(player, meta, effect, sky_data) - -- No darkness effect if visited by shepherd + -- No darkness effect if is a visited shepherd if meta:get_int("mcl_shepherd:special") == 1 then return end -- High stars