From d7adc287de85ad024fc53a5c43babcd9a996374f Mon Sep 17 00:00:00 2001
From: goat <16760685+goaaats@users.noreply.github.com>
Date: Tue, 25 Jan 2022 19:16:57 +0100
Subject: [PATCH] fix: Icon => OnlineStatus
---
Dalamud/Game/ClientState/Objects/Types/Character.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dalamud/Game/ClientState/Objects/Types/Character.cs b/Dalamud/Game/ClientState/Objects/Types/Character.cs
index 50a33ecaa..666223429 100644
--- a/Dalamud/Game/ClientState/Objects/Types/Character.cs
+++ b/Dalamud/Game/ClientState/Objects/Types/Character.cs
@@ -97,7 +97,7 @@ namespace Dalamud.Game.ClientState.Objects.Types
///
/// Gets the current online status of the character.
///
- public ExcelResolver OnlineStatus => new(this.Struct->Icon);
+ public ExcelResolver OnlineStatus => new(this.Struct->OnlineStatus);
///
/// Gets the status flags.