From 2e86509a972d16c8e7a8994b3482c4d880746128 Mon Sep 17 00:00:00 2001 From: AzureGem Date: Sun, 19 Jul 2020 13:12:23 -0400 Subject: [PATCH] Revert Framework.cs change --- Dalamud/Game/Internal/Framework.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Dalamud/Game/Internal/Framework.cs b/Dalamud/Game/Internal/Framework.cs index cdba70a8b..12f68264f 100644 --- a/Dalamud/Game/Internal/Framework.cs +++ b/Dalamud/Game/Internal/Framework.cs @@ -104,7 +104,6 @@ namespace Dalamud.Game.Internal { private bool HandleFrameworkUpdate(IntPtr framework) { try { - dalamud.ClientState.Actors.ResetCache(); Gui.Chat.UpdateQueue(this); Network.UpdateQueue(this); } catch (Exception ex) {