mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Rename Mod BasePath to ModPath, add simple Directory Renaming and Reloading, some fixes, Cleanup EditWindow.
This commit is contained in:
parent
c416d044a4
commit
65bbece9cf
17 changed files with 636 additions and 368 deletions
|
|
@ -141,7 +141,7 @@ public partial class Mod
|
|||
|
||||
// XIV can not deal with non-ascii symbols in a path,
|
||||
// and the path must obviously be valid itself.
|
||||
private static string ReplaceBadXivSymbols( string s, string replacement = "_" )
|
||||
public static string ReplaceBadXivSymbols( string s, string replacement = "_" )
|
||||
{
|
||||
StringBuilder sb = new(s.Length);
|
||||
foreach( var c in s )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue