mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Turn mods without names to warnings.
This commit is contained in:
parent
304b75e7d2
commit
16a56eb5d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue