mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
fix: read game version in injector
This commit is contained in:
parent
4533781b2f
commit
9acc51ca96
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ namespace Dalamud.Injector {
|
||||||
DefaultPluginDirectory = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) +
|
DefaultPluginDirectory = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) +
|
||||||
@"\XIVLauncher\devPlugins",
|
@"\XIVLauncher\devPlugins",
|
||||||
|
|
||||||
GameVersion = "2020.02.11.0000.0000",
|
GameVersion = File.ReadAllText(@"C:\Program Files (x86)\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game\ffxivgame.ver"),
|
||||||
Language = ClientLanguage.English
|
Language = ClientLanguage.English
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue