fix: read game version in injector

This commit is contained in:
goat 2020-03-18 12:19:43 +09:00
parent 4533781b2f
commit 9acc51ca96

View file

@ -87,7 +87,7 @@ namespace Dalamud.Injector {
DefaultPluginDirectory = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) +
@"\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
};