Ignore errors from outdated PluginMetrics

This commit is contained in:
Connor Monahan 2016-06-06 18:49:35 -04:00
parent c1ad45e555
commit 624f278734
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class RestoreYmlWarzonesJob implements Runnable {
}
plugins.addPlotter(new PlotterEnabled("War")); // of course
metrics.start();
} catch (IOException ignored) {
} catch (RuntimeException ignored) {
}
}
}