Skip to content

Commit

Permalink
Fix the Radio Sync Fix (#3060)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxann committed May 9, 2024
1 parent 01f784d commit d65f7f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/protections/receive_net_message.cpp
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit d65f7f2

Please sign in to comment.