ignored exception

This commit is contained in:
MattBDev
2016-05-21 11:54:00 -04:00
parent 8af30667e4
commit 13b7a798e6
5 changed files with 21 additions and 19 deletions

View File

@ -13,7 +13,7 @@ public class HackTitle extends AbstractTitle {
try {
HackTitleManager title = new HackTitleManager(head, sub, in, delay, out);
title.send(((BukkitPlayer) player).player);
} catch (Exception e) {
} catch (Exception ignored) {
PS.debug("&cYour server version does not support titles!");
Settings.TITLES = false;
AbstractTitle.TITLE_CLASS = null;