mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
fix: some more plugin installer stuff
This commit is contained in:
parent
f40326fde7
commit
877b95eca6
6 changed files with 64 additions and 42 deletions
|
|
@ -86,6 +86,8 @@ namespace Dalamud.Injector {
|
|||
@"\XIVLauncher\plugins",
|
||||
DefaultPluginDirectory = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) +
|
||||
@"\XIVLauncher\defaultplugins",
|
||||
|
||||
GameVersion = "2020.02.11.0000.0000",
|
||||
Language = ClientLanguage.English
|
||||
};
|
||||
|
||||
|
|
@ -93,7 +95,8 @@ namespace Dalamud.Injector {
|
|||
$"ConfigurationPath: {startInfo.ConfigurationPath}\n" +
|
||||
$"PluginDirectory: {startInfo.PluginDirectory}\n" +
|
||||
$"DefaultPluginDirectory: {startInfo.DefaultPluginDirectory}\n" +
|
||||
$"Language: {startInfo.Language}");
|
||||
$"Language: {startInfo.Language}\n" +
|
||||
$"GameVersion: {startInfo.GameVersion}");
|
||||
|
||||
return startInfo;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue