Turn mods without names to warnings.

This commit is contained in:
Ottermandias 2022-11-21 15:33:51 +01:00
parent 304b75e7d2
commit 16a56eb5d0

View file

@ -40,7 +40,7 @@ public partial class Mod
if( !mod.Reload( incorporateMetaChanges, out _ ) )
{
// Can not be base path not existing because that is checked before.
Penumbra.Log.Error( $"Mod at {modPath} without name is not supported." );
Penumbra.Log.Warning( $"Mod at {modPath} without name is not supported." );
return null;
}