Refix fix.

This commit is contained in:
Ottermandias 2023-10-31 12:27:34 +01:00
parent 5e22946666
commit d1b6ec2159

View file

@ -98,7 +98,7 @@ public unsafe class FunModule : IDisposable
if (_config.DisableFestivals == 0 && _festivalSet != null if (_config.DisableFestivals == 0 && _festivalSet != null
|| _codes.EnabledWorld && actor.Index != 0) || _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 else
{ {