mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Morp.
This commit is contained in:
parent
908239bf13
commit
69c493b9d6
1 changed files with 16 additions and 14 deletions
|
|
@ -52,7 +52,9 @@ public class EphemeralConfig : ISavable
|
|||
errorArgs.ErrorContext.Handled = true;
|
||||
}
|
||||
|
||||
if (File.Exists(_saveService.FileNames.EphemeralConfigFile))
|
||||
if (!File.Exists(_saveService.FileNames.EphemeralConfigFile))
|
||||
return;
|
||||
|
||||
try
|
||||
{
|
||||
var text = File.ReadAllText(_saveService.FileNames.EphemeralConfigFile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue