mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Changed initial mod directory to be empty and prevent crashes on invalid or no root directories (also add some information to debug).
This commit is contained in:
parent
e41dedf9dd
commit
92e95400b0
9 changed files with 95 additions and 37 deletions
|
|
@ -22,7 +22,7 @@ namespace Penumbra
|
|||
public bool EnableHttpApi { get; set; }
|
||||
public bool EnableActorWatch { get; set; } = false;
|
||||
|
||||
public string ModDirectory { get; set; } = @"D:/ffxiv/fs_mods/";
|
||||
public string ModDirectory { get; set; } = string.Empty;
|
||||
|
||||
public string CurrentCollection { get; set; } = "Default";
|
||||
public string DefaultCollection { get; set; } = "Default";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue