Keep metrics from nagging if mcstats.org is offline
This commit is contained in:
parent
dabe06e3cc
commit
c9ceafd127
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ public class Metrics {
|
||||||
// Each post thereafter will be a ping
|
// Each post thereafter will be a ping
|
||||||
firstPost = false;
|
firstPost = false;
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Bukkit.getLogger().log(Level.INFO, "[Metrics] " + e.getMessage());
|
//Bukkit.getLogger().log(Level.INFO, "[Metrics] " + e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 0, PING_INTERVAL * 1200);
|
}, 0, PING_INTERVAL * 1200);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue