diff --git a/engine/common/net_ws.c b/engine/common/net_ws.c index 844f8bf2..643f081a 100644 --- a/engine/common/net_ws.c +++ b/engine/common/net_ws.c @@ -1412,7 +1412,7 @@ void NET_SendPacketEx( netsrc_t sock, size_t length, const void *data, netadr_t } else { - Host_Error( "NET_SendPacket: %s to %s\n", NET_ErrorString(), NET_AdrToString( to )); + Con_Printf( S_ERROR "NET_SendPacket: %s to %s\n", NET_ErrorString(), NET_AdrToString( to )); } } @@ -2701,4 +2701,4 @@ void HTTP_Shutdown( void ) } http.last_server = 0; -} +} \ No newline at end of file