Update 0 brightness light warning

This commit is contained in:
Jarrod Doyle 2025-02-23 09:29:40 +00:00
parent 21425d8cd3
commit 796b570347
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 1 deletions

View File

@ -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)