mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-27 13:07:23 +01:00
always run metrics on the seperate thread.
This commit is contained in:
parent
b379b67dc3
commit
ed56cf30db
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user