From dcc9dd4f55f13e3483fe0917f300a5d989e993de Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Thu, 28 Sep 2023 21:41:20 +0200 Subject: [PATCH] Fix non owned NPCs flowing over. --- Glamourer/Interop/ObjectManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Glamourer/Interop/ObjectManager.cs b/Glamourer/Interop/ObjectManager.cs index 41e32d7..92012d6 100644 --- a/Glamourer/Interop/ObjectManager.cs +++ b/Glamourer/Interop/ObjectManager.cs @@ -52,6 +52,7 @@ public class ObjectManager : IReadOnlyDictionary World = (ushort)(_clientState.LocalPlayer?.CurrentWorld.Id ?? 0u); _identifiers.Clear(); _allWorldIdentifiers.Clear(); + _nonOwnedIdentifiers.Clear(); for (var i = 0; i < (int)ScreenActor.CutsceneStart; ++i) {