Add moar debug
This commit is contained in:
parent
36b36926b5
commit
269dc7ee15
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user