Add moar debug

This commit is contained in:
md_5 2012-12-06 11:23:43 +11:00
parent 36b36926b5
commit 269dc7ee15

View File

@ -121,7 +121,8 @@ public class UserConnection extends GenericConnection implements CommandSender
destroySelf(ex.getMessage()); destroySelf(ex.getMessage());
} catch (Exception ex) } catch (Exception ex)
{ {
destroySelf("Could not connect to server"); destroySelf("Could not connect to server - " + ex.getClass().getSimpleName());
ex.printStackTrace(); // TODO: Remove
} }
} }