mirror of
https://github.com/taoneill/war.git
synced 2025-01-05 07:17:34 +01:00
Ignore errors from outdated PluginMetrics
This commit is contained in:
parent
c1ad45e555
commit
624f278734
@ -74,7 +74,7 @@ public class RestoreYmlWarzonesJob implements Runnable {
|
||||
}
|
||||
plugins.addPlotter(new PlotterEnabled("War")); // of course
|
||||
metrics.start();
|
||||
} catch (IOException ignored) {
|
||||
} catch (RuntimeException ignored) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user