Just some debug stuffs

This commit is contained in:
NovaFox161
2018-05-13 18:12:48 -05:00
parent 9059b7a6d6
commit 1ac801fe32

View File

@@ -25,6 +25,8 @@ public class ReadyEventListener {
UpdateDisPwData.init();
MessageManager.reloadLangs();
Logger.getLogger().debug("[ReadyEvent] Connection success!");
} catch (Exception e) {
Logger.getLogger().exception(null, "BAD!!!", e, this.getClass(), false);
}