diff --git a/src/network/connection.cpp b/src/network/connection.cpp index c7499a98..0d9239bc 100644 --- a/src/network/connection.cpp +++ b/src/network/connection.cpp @@ -1546,7 +1546,9 @@ bool ConnectionSendThread::rawSendAsPacket(u16 peer_id, u8 channelnum, LOG(dout_con<getDesc() <<" INFO: dropped packet for non existent peer_id: " << peer_id << std::endl); - FATAL_ERROR_IF(!reliable, "Trying to send raw packet reliable but no peer found!"); + if (!reliable) + LOG(dout_con<getDesc() + <<"Trying to send raw packet reliable but no peer found!"<(&peer)->channels[channelnum]);