Print what clouds are missing

This commit is contained in:
Nick 2022-07-09 14:36:11 -04:00
parent 208cccbeb4
commit a4092a64ca

View File

@ -159,7 +159,7 @@ namespace NewHorizons.Builder.Atmosphere
}
catch (Exception e)
{
Logger.LogError($"Couldn't load Cloud textures for [{rootObject.name}], {e.Message}, {e.StackTrace}");
Logger.LogError($"Couldn't load Cloud textures for [{atmo.clouds.texturePath}], {e.Message}, {e.StackTrace}");
return null;
}