diff --git a/Dalamud/Game/Text/XivChatTypeExtensions.cs b/Dalamud/Game/Text/XivChatTypeExtensions.cs index 3bdeb1525..457d3b145 100644 --- a/Dalamud/Game/Text/XivChatTypeExtensions.cs +++ b/Dalamud/Game/Text/XivChatTypeExtensions.cs @@ -12,7 +12,7 @@ public static class XivChatTypeExtensions /// /// The chat type. /// The info attribute. - public static XivChatTypeInfoAttribute GetDetails(this XivChatType chatType) + public static XivChatTypeInfoAttribute? GetDetails(this XivChatType chatType) { return chatType.GetAttribute(); }