clarify
Talen-Shei [08-11-15 - 20:35]
diff --git a/GuildNoteManager.lua b/GuildNoteManager.lua
index a41d5a0..ffe20f1 100644
--- a/GuildNoteManager.lua
+++ b/GuildNoteManager.lua
@@ -1,7 +1,7 @@
-- @Author: Cody Smith
-- @Date: 2015-08-11 12:49:48
-- @Last Modified by: Cody Smith
--- @Last Modified time: 2015-08-11 13:33:54
+-- @Last Modified time: 2015-08-11 13:35:14
local LAM2 = LibStub("LibAddonMenu-2.0")
function getSavedNotes(playername)
@@ -74,6 +74,7 @@ end
local function Initialize()
+ --set up settings files and such
end
local function OnLoad(event,addon)