Skip to content

Commit 0f86b88

Browse files
committed
Memory: Don't forget to retry on error
1 parent 53a2004 commit 0f86b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/Memory.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ end
487487
end
488488
end
489489
FCFDock_SelectWindow(GENERAL_CHAT_DOCK, ChatFrame1)
490-
self.working.frames = true
490+
self.working.frames = success
491491
end
492492

493493
-- restore chat channels
@@ -505,7 +505,7 @@ end
505505
success = false
506506
end
507507
end
508-
self.working.chatframes = true
508+
self.working.chatframes = success
509509
end
510510

511511
-- restore chat colors

0 commit comments

Comments
 (0)