mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
chore: clean up config to not require paths
This commit is contained in:
parent
aaf271886c
commit
4f92d5c79e
3 changed files with 18 additions and 9 deletions
|
|
@ -119,7 +119,7 @@ namespace Dalamud.Game {
|
|||
});
|
||||
|
||||
this.dalamud.Configuration.LastVersion = assemblyVersion;
|
||||
this.dalamud.Configuration.Save(this.dalamud.StartInfo.ConfigurationPath);
|
||||
this.dalamud.Configuration.Save();
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue