From 796b5703470b39bf432350b9fc1081f8f425c88e Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sun, 23 Feb 2025 09:29:40 +0000 Subject: [PATCH] Update 0 brightness light warning --- KeepersCompound.Lightmapper/LightMapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeepersCompound.Lightmapper/LightMapper.cs b/KeepersCompound.Lightmapper/LightMapper.cs index 59d9b11..63e9353 100644 --- a/KeepersCompound.Lightmapper/LightMapper.cs +++ b/KeepersCompound.Lightmapper/LightMapper.cs @@ -406,7 +406,7 @@ public class LightMapper if (propLight != null && propLight.Brightness == 0) { - Log.Warning("Concrete object {Id} has Light property with 0 brightness. Adjust brightness or remove property.", id); + Log.Warning("Object {Id}: Zero brightness static light. Adjust brightness or remove un-used Light property.", id); } if (propLight != null && propLight.Brightness != 0)