diff --git a/overlay_experimental/steam_overlay.cpp b/overlay_experimental/steam_overlay.cpp index b3aae897..82c0b4a0 100644 --- a/overlay_experimental/steam_overlay.cpp +++ b/overlay_experimental/steam_overlay.cpp @@ -1635,8 +1635,6 @@ void Steam_Overlay::networking_msg_received(Common_Message *msg) { std::lock_guard lock(overlay_mutex); - if (!Ready()) return; - if (msg->has_steam_messages()) { Friend frd; frd.set_id(msg->source_id());