diff Init.lua @ 125:3f4794dca91b

template load order and Script handlers linkage
author Nenue
date Sun, 15 Oct 2017 16:47:22 -0400
parents 26938ae258b7
children
line wrap: on
line diff
--- a/Init.lua	Tue Sep 05 02:57:08 2017 -0400
+++ b/Init.lua	Sun Oct 15 16:47:22 2017 -0400
@@ -1,3 +1,5 @@
 -- things to override for sanity
+local _, addon = ...
 SLASH_RELOADUI1 = "/rl"
-SlashCmdList["RELOADUI"] = ReloadUI
\ No newline at end of file
+SlashCmdList["RELOADUI"] = ReloadUI
+addon.ConfigMode = false
\ No newline at end of file