diff --git a/src/hooks/protections/receive_net_message.cpp b/src/hooks/protections/receive_net_message.cpp index 931933bd..ff80bdf7 100644 --- a/src/hooks/protections/receive_net_message.cpp +++ b/src/hooks/protections/receive_net_message.cpp @@ -710,9 +710,6 @@ namespace big { if (g.session.log_chat_messages) chat::log_chat(message, player, spam_reason, is_team); - g_notification_service.push("PROTECTIONS"_T.data(), - - std::format("{} {}", player->get_name(), "IS_A_SPAMMER"_T.data())); player->is_spammer = true; g.reactions.chat_spam.process(player); return true;