mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 08:34:15 +01:00
fix wrongly migrated configs
This commit is contained in:
parent
f01c1006ef
commit
fe61b5044b
2 changed files with 1 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors></Authors>
|
<Authors></Authors>
|
||||||
<Company></Company>
|
<Company></Company>
|
||||||
<Version>0.8.8</Version>
|
<Version>0.8.9</Version>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>
|
||||||
|
|
|
||||||
|
|
@ -23,12 +23,6 @@ public class ServerConfigurationManager
|
||||||
_serverTagConfig = serverTagConfig;
|
_serverTagConfig = serverTagConfig;
|
||||||
_notesConfig = notesConfig;
|
_notesConfig = notesConfig;
|
||||||
_dalamudUtil = dalamudUtil;
|
_dalamudUtil = dalamudUtil;
|
||||||
|
|
||||||
if (_configService.Current.CurrentServer < 0)
|
|
||||||
{
|
|
||||||
_configService.Current.CurrentServer = 0;
|
|
||||||
_configService.Save();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public string CurrentApiUrl => CurrentServer.ServerUri;
|
public string CurrentApiUrl => CurrentServer.ServerUri;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue