mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
fix: Icon => OnlineStatus
This commit is contained in:
parent
27a0066262
commit
d7adc287de
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ namespace Dalamud.Game.ClientState.Objects.Types
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the current online status of the character.
|
/// Gets the current online status of the character.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ExcelResolver<OnlineStatus> OnlineStatus => new(this.Struct->Icon);
|
public ExcelResolver<OnlineStatus> OnlineStatus => new(this.Struct->OnlineStatus);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the status flags.
|
/// Gets the status flags.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue