From a1ca3a6e9417e7daea7b1630b2bf89884db52547 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Mon, 25 Oct 2010 19:43:17 +0000 Subject: [PATCH] Make default no modifier since it creates bug reports --- StarTip.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StarTip.lua b/StarTip.lua index 1bbc603..3090126 100644 --- a/StarTip.lua +++ b/StarTip.lua @@ -118,7 +118,7 @@ local defaults = { modules = {}, timers = {}, minimap = {hide=true}, - modifier = 4, + modifier = 1, unitShow = 1, objectShow = 1, unitFrameShow = 1, @@ -126,7 +126,7 @@ local defaults = { errorLevel = 2, throttleVal = 0, intersectRate = 200, - modifierInverse = true + modifierInverse = false } } -- 1.7.9.5