Keep metrics from nagging if mcstats.org is offline
This commit is contained in:
parent
418b175923
commit
c2d97ba3d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue