Author: Omega
Date: Wed Jul 14 11:04:57 CEST 2010
Revision: 4337
Log:

##Core: Latency slider now goes from 50-750 (up from 50-500). Mainly for australia players who simply get crap latency whether they play EU or US, realms still oceans away.

Updated
trunk/DBM-GUI/DBM-GUI.lua

trunk/DBM-GUI/DBM-GUI.lua
Action: modified
Old revision: 4336
Old date: 2010-07-14 04:28:56 UTC

@@ -1224,7 +1224,7 @@
bmtestmode:SetPoint('TOPLEFT', bmrange, "TOPRIGHT", 0, 0)
bmtestmode:SetScript("OnClick", function(self) DBM:DemoMode() end)

- local latencySlider = generaloptions:CreateSlider(L.Latency_Text, 50, 500, 5, 210) -- (text , min_value , max_value , step , width)
+ local latencySlider = generaloptions:CreateSlider(L.Latency_Text, 50, 750, 5, 210) -- (text , min_value , max_value , step , width)
latencySlider:SetPoint('BOTTOMLEFT', bmrange, "BOTTOMLEFT", 10, -35)
latencySlider:HookScript("OnShow", function(self) self:SetValue(DBM.Options.LatencyThreshold) end)
latencySlider:HookScript("OnValueChanged", function(self) DBM.Options.LatencyThreshold = self:GetValue() end)