1
0
mirror of https://github.com/taoneill/war.git synced 2025-03-11 22:20:26 +01:00

Fix build error

This commit is contained in:
Connor Monahan 2016-06-06 21:41:04 -04:00
parent 624f278734
commit 5b4accb707

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) {
}
}
}