From d1b6ec21596c31bbdda1405da68f99021e067e0a Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Tue, 31 Oct 2023 12:27:34 +0100 Subject: [PATCH] Refix fix. --- Glamourer/State/FunModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Glamourer/State/FunModule.cs b/Glamourer/State/FunModule.cs index 9f30cac..77a990f 100644 --- a/Glamourer/State/FunModule.cs +++ b/Glamourer/State/FunModule.cs @@ -98,7 +98,7 @@ public unsafe class FunModule : IDisposable if (_config.DisableFestivals == 0 && _festivalSet != null || _codes.EnabledWorld && actor.Index != 0) { - armor = actor.Model.Valid ? actor.Model.GetArmor(slot) : actor.GetArmor(slot); + armor = actor.Model.Valid ? actor.Model.GetArmor(slot) : armor; } else {