Re-enabled the chat command
Leandro Silva [09-24-18 - 00:14]
Re-enabled the chat command
diff --git a/LeoGuildManager.lua b/LeoGuildManager.lua
index d0cf419..d9f87a1 100644
--- a/LeoGuildManager.lua
+++ b/LeoGuildManager.lua
@@ -2,7 +2,7 @@
LeoGM = {}
LeoGM.name = "LeoGuildManager"
LeoGM.displayName = "Leo's Guild Manager"
-LeoGM.version = "0.9.6"
+LeoGM.version = "0.9.7"
LeoGM.chatPrefix = "|c39B027" .. LeoGM.name .. "|r: "
LeoGM.panelList = { "Rules", "Purge" }
LeoGM.members = {}
@@ -417,11 +417,12 @@ function LeoGM.Initialize()
SLASH_COMMANDS["/rr"] = function(cmd)
ReloadUI()
end
+ ]]
SLASH_COMMANDS["/leogm"] = function(cmd)
- LeoGM:ShowUI()
- end
- ]]
+
+ LeoGM:ShowUI()
+end
end
function LeoGM.OnAddOnLoaded(event, addonName)
diff --git a/LeoGuildManager.txt b/LeoGuildManager.txt
index e319f2f..05cc3ff 100644
--- a/LeoGuildManager.txt
+++ b/LeoGuildManager.txt
@@ -1,6 +1,6 @@
## Title: Leo's Guild Manager
## APIVersion: 100024
-## Version: 0.9.6
+## Version: 0.9.7
## Author: |c39B027@LeandroSilva|r
## SavedVariables: LeoGMSavedVariables
## DependsOn: LibStub LibFeedback MasterMerchant