Quantcast

Deal with runaway cpu usage

Scott Sibley [08-15-10 - 03:26]
Deal with runaway cpu usage
Filename
Modules/Text.lua
diff --git a/Modules/Text.lua b/Modules/Text.lua
index d0d845a..a06b0c3 100644
--- a/Modules/Text.lua
+++ b/Modules/Text.lua
@@ -326,7 +326,7 @@ elseif self.UnitIsDead("mouseover") then
     return "Dead"
 end
 ]],
-        updating = true,
+        updating = false,
 		enabled = true
     },
     [11] = {
@@ -375,7 +375,7 @@ return value
         right = [[
 return self.unitLocation
 ]],
-        updating = true,
+        updating = false,
 		enabled = true
     },
 	[14] = {