fix: default language to EN instead of JA when manually injecting (#845)

This commit is contained in:
Aireil 2022-05-18 18:49:33 +02:00 committed by GitHub
parent 125e089966
commit 5f90fd905f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ namespace Dalamud
/// <summary>
/// Gets the language of the game client.
/// </summary>
public ClientLanguage Language { get; init; }
public ClientLanguage Language { get; init; } = ClientLanguage.English;
/// <summary>
/// Gets the current game version code.