mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 12:44:19 +01:00
Stop error for meta tmp directory.
This commit is contained in:
parent
668371dae8
commit
a722acbc94
2 changed files with 4 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ namespace Penumbra.Mods
|
|||
}
|
||||
}
|
||||
|
||||
private const string TmpDirectory = "penumbrametatmp";
|
||||
public const string TmpDirectory = "penumbrametatmp";
|
||||
|
||||
private readonly MetaDefaults _default;
|
||||
private readonly DirectoryInfo _dir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue