forked from UnlegitDqrk/unlegitlibrary
Bug fixing
This commit is contained in:
@@ -306,7 +306,6 @@ public class NetworkClient extends DefaultMethodsOverrider {
|
|||||||
disconnect(false);
|
disconnect(false);
|
||||||
return;
|
return;
|
||||||
} catch (IOException | ClassNotFoundException exception) {
|
} catch (IOException | ClassNotFoundException exception) {
|
||||||
exception.printStackTrace();
|
|
||||||
if (logger == null) System.err.println("Receive thread failed: " + exception.getMessage());
|
if (logger == null) System.err.println("Receive thread failed: " + exception.getMessage());
|
||||||
else logger.exception("Receive thread failed", exception);
|
else logger.exception("Receive thread failed", exception);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user