mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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>
|
/// <summary>
|
||||||
/// Gets the language of the game client.
|
/// Gets the language of the game client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ClientLanguage Language { get; init; }
|
public ClientLanguage Language { get; init; } = ClientLanguage.English;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the current game version code.
|
/// Gets the current game version code.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue