mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix issue with temp settings again.
This commit is contained in:
parent
e18e4bb0e1
commit
47b5895404
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ public sealed class TemporaryModSettings : ModSettings
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
IsEmpty = true;
|
|
||||||
Enabled = false;
|
Enabled = false;
|
||||||
Priority = ModPriority.Default;
|
Priority = ModPriority.Default;
|
||||||
Settings = SettingList.Default(mod);
|
Settings = SettingList.Default(mod);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue