Temporarily disabled LoreBook integration to fix a bug many users were having.

Jayden Platell [06-13-14 - 23:29]
Temporarily disabled LoreBook integration to fix a bug many users were having.
Filename
Librarian.lua
diff --git a/Librarian.lua b/Librarian.lua
index 370aee5..b6f3ea1 100644
--- a/Librarian.lua
+++ b/Librarian.lua
@@ -83,7 +83,7 @@ function Librarian:Initialise()
 	ZO_CheckButton_SetToggleFunction(showAllBooks, OnShowAllBooksClicked)
     ZO_CheckButton_SetCheckState(showAllBooks, GetShowAllBooks())

-    self:ImportFromLoreLibrary()
+    --self:ImportFromLoreLibrary()
 	self:RefreshData()
 	self:InitializeKeybindStripDescriptors()
 	self:InitializeScene()