View Single Post
01-18-12, 05:59 PM   #8
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Latency only updates every 30 seconds (unless they changed it in 4.3). Best course of action is to do a fast timer (say every 3 seconds) until the Latency value updates, then start a timer every 30 seconds from that point. This way you get the latency value when it updates, and only when it updates.
  Reply With Quote