Убраны Development логи
This commit is contained in:
@@ -149,8 +149,7 @@ public class Server extends WebSocketServer {
|
|||||||
threadLocker.releaseLock(packet, executor.getClass());
|
threadLocker.releaseLock(packet, executor.getClass());
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
client.disconnect(ServerFailures.BAD_PACKET);
|
||||||
//client.disconnect(ServerFailures.BAD_PACKET);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ public class PacketFactory {
|
|||||||
packet.read(stream);
|
packet.read(stream);
|
||||||
return packet;
|
return packet;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
|
||||||
throw new ProtocolException("Failed to create packet with id " + packetId);
|
throw new ProtocolException("Failed to create packet with id " + packetId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user