mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 23:37:47 +01:00
Move mod creation functions to own subclass.
This commit is contained in:
parent
c2ac745d72
commit
1f942491ac
13 changed files with 237 additions and 233 deletions
|
|
@ -175,7 +175,7 @@ public partial class Mod
|
|||
return NewDirectoryState.Identical;
|
||||
}
|
||||
|
||||
var fixedNewName = ReplaceBadXivSymbols( newName );
|
||||
var fixedNewName = Creator.ReplaceBadXivSymbols( newName );
|
||||
if( fixedNewName != newName )
|
||||
{
|
||||
return NewDirectoryState.ContainsInvalidSymbols;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue