Fix the Radio Sync Fix (#3060)

This commit is contained in:
Ryan 2024-05-09 09:10:56 -04:00 committed by GitHub
parent 0b21bd8c6a
commit 178cddabd5

View File

@ -243,10 +243,10 @@ namespace big
{ {
// Make a translation for this new OOM kick protection // Make a translation for this new OOM kick protection
g_notification_service.push_error("PROTECTIONS"_T.data(), "OOM_KICK"_T.data()); g_notification_service.push_error("PROTECTIONS"_T.data(), "OOM_KICK"_T.data());
}
return true; return true;
} }
} break;
return false;
} }
} }
} }