mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: default language to EN instead of JA when manually injecting (#845)
This commit is contained in:
parent
125e089966
commit
5f90fd905f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue