Revert Framework.cs change

This commit is contained in:
AzureGem 2020-07-19 13:12:23 -04:00 committed by GitHub
parent 32aa32d64a
commit 2e86509a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,6 @@ namespace Dalamud.Game.Internal {
private bool HandleFrameworkUpdate(IntPtr framework) { private bool HandleFrameworkUpdate(IntPtr framework) {
try { try {
dalamud.ClientState.Actors.ResetCache();
Gui.Chat.UpdateQueue(this); Gui.Chat.UpdateQueue(this);
Network.UpdateQueue(this); Network.UpdateQueue(this);
} catch (Exception ex) { } catch (Exception ex) {