mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 23:07:51 +01:00
Add CopyModSetting API.
This commit is contained in:
parent
f63903e3e6
commit
dc493268f8
6 changed files with 98 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ public sealed partial class Mod
|
|||
mod = null;
|
||||
foreach( var m in _mods )
|
||||
{
|
||||
if( m.ModPath.Name == modDirectory )
|
||||
if( string.Equals(m.ModPath.Name, modDirectory, StringComparison.OrdinalIgnoreCase) )
|
||||
{
|
||||
mod = m;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue