Fix build error

This commit is contained in:
Connor Monahan 2016-06-06 21:41:04 -04:00
parent 624f278734
commit 5b4accb707
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 (RuntimeException ignored) {
} catch (Exception ignored) {
}
}
}