Quantcast

Default nameplates module off

Scott Sibley [10-14-10 - 10:18]
Default nameplates module off
Filename
Modules/Nameplates/Nameplates.lua
diff --git a/Modules/Nameplates/Nameplates.lua b/Modules/Nameplates/Nameplates.lua
index 6f0e416..9d25f81 100644
--- a/Modules/Nameplates/Nameplates.lua
+++ b/Modules/Nameplates/Nameplates.lua
@@ -2,8 +2,7 @@ local mod = StarTip:NewModule("Nameplates", "AceTimer-3.0")
 mod.name = "Hide Nameplates"
 mod.toggled = true
 mod.desc = "Toggle this module on to cause the mouse cursor to hide nameplates when mousing over them."
---mod.childGroup = true
---mod.defaultOff = true
+mod.defaultOff = true
 local _G = _G
 local StarTip = _G.StarTip
 local GameTooltip = _G.GameTooltip