mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update Consts.cs
This commit is contained in:
parent
fd096e703d
commit
82a733ab8a
@ -126,7 +126,7 @@ namespace Wabbajack.Common
|
||||
|
||||
public static AbsolutePath SettingsFile => LocalAppDataPath.Combine("settings.json");
|
||||
public static RelativePath SettingsIni = (RelativePath)"settings.ini";
|
||||
public static byte SettingsVersion => 1;
|
||||
public static byte SettingsVersion => 2;
|
||||
public static Extension SeqExtension = new Extension(".seq");
|
||||
|
||||
public static RelativePath SettingsJson = (RelativePath)"settings.json";
|
||||
|
Loading…
Reference in New Issue
Block a user