always run metrics on the seperate thread.

This commit is contained in:
Sleaker 2012-01-31 14:12:31 -08:00
parent b379b67dc3
commit ed56cf30db

View File

@ -118,9 +118,6 @@ public class Metrics {
return;
}
// First tell the server about us
postPlugin(plugin, false);
// Ping the server in intervals
plugin.getServer().getScheduler().scheduleAsyncRepeatingTask(plugin, new Runnable() {
public void run() {