From 0d9eed298c10a5a4cca49c41f235a0e9210ba246 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Sun, 17 Nov 2024 02:50:15 +0100 Subject: [PATCH] Use correct type for GameInventoryItem.Stains (#2099) --- Dalamud/Game/Inventory/GameInventoryItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Game/Inventory/GameInventoryItem.cs b/Dalamud/Game/Inventory/GameInventoryItem.cs index fb27346e0..a9b178411 100644 --- a/Dalamud/Game/Inventory/GameInventoryItem.cs +++ b/Dalamud/Game/Inventory/GameInventoryItem.cs @@ -122,7 +122,7 @@ public unsafe struct GameInventoryItem : IEquatable /// /// Gets the color used for this item. /// - public ReadOnlySpan Stains => new(Unsafe.AsPointer(ref this.InternalItem.Stains[0]), 2); + public ReadOnlySpan Stains => new(Unsafe.AsPointer(ref this.InternalItem.Stains[0]), 2); /// /// Gets the glamour id for this item.