Compare commits

..

No commits in common. "master" and "v2.2" have entirely different histories.
master ... v2.2

2 changed files with 1 additions and 4 deletions

View File

@ -431,9 +431,6 @@ internal sealed class GlamourSetter : Window, IDisposable
foreach (var inventoryType in _inventoryTypes)
{
var inventoryContainer = inventoryManager->GetInventoryContainer(inventoryType);
if (inventoryContainer == null)
continue;
for (int i = 0; i < inventoryContainer->Size; ++i)
{
InventoryItem* item = inventoryContainer->GetInventorySlot(i);

View File

@ -1,6 +1,6 @@
<Project Sdk="Dalamud.NET.Sdk/11.0.0">
<PropertyGroup>
<Version>2.3</Version>
<Version>2.2</Version>
<OutputPath>dist</OutputPath>
</PropertyGroup>