259260261262263264265266267268269
AbilityManager.loadCustomAbilities(dir); } private void startMetrics() { try { Metrics m = new Metrics(this); m.start(); } catch (Exception e) { Messenger.warning("y u disable stats :("); } }