Skip to content

Commit

Permalink
Merge pull request #2 from lorddusk/patch-1
Browse files Browse the repository at this point in the history
Fix the -1 update thing.
  • Loading branch information
LatvianModder committed Mar 21, 2015
2 parents 2d610b6 + c46e9d2 commit a6d79ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/latmod/cursegraph/Graph.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public void run()
{
while(true)
{
Main.refresh();
logData();

if(Main.config.refreshMinutes <= 0)
Expand Down Expand Up @@ -228,4 +229,4 @@ public TimedValue(Long t, Integer v)
public int compareTo(TimedValue o)
{ return time.compareTo(o.time); }
}
}
}

0 comments on commit a6d79ea

Please sign in to comment.