diff --git a/src/hooks/protections/receive_net_message.cpp b/src/hooks/protections/receive_net_message.cpp index 1643f3db..b498c9fe 100644 --- a/src/hooks/protections/receive_net_message.cpp +++ b/src/hooks/protections/receive_net_message.cpp @@ -243,10 +243,10 @@ namespace big { // Make a translation for this new OOM kick protection g_notification_service.push_error("PROTECTIONS"_T.data(), "OOM_KICK"_T.data()); - return true; } + return true; } - return false; + break; } } }