Quantcast

Turn off throttling by default. That bug's still around.

Scott Sibley [09-17-10 - 22:25]
Turn off throttling by default. That bug's still around.
Filename
StarTip.lua
diff --git a/StarTip.lua b/StarTip.lua
index 7bf841c..3af02f8 100644
--- a/StarTip.lua
+++ b/StarTip.lua
@@ -173,7 +173,7 @@ local defaults = {
 		unitFrameShow = 1,
 		otherFrameShow = 1,
 		errorLevel = 1,
-		throttleVal = 0.5
+		throttleVal = 0
 	}
 }