Keep metrics from nagging if mcstats.org is offline

This commit is contained in:
Mike Primm 2012-08-27 21:03:55 -05:00
parent 418b175923
commit c2d97ba3d5

View File

@ -258,7 +258,7 @@ public class Metrics {
// Each post thereafter will be a ping
firstPost = false;
} catch (IOException e) {
Bukkit.getLogger().log(Level.INFO, "[Metrics] " + e.getMessage());
//Bukkit.getLogger().log(Level.INFO, "[Metrics] " + e.getMessage());
}
}
}, 0, PING_INTERVAL * 1200);