From ba5df9698487972a2e9103aeed250125f7588713 Mon Sep 17 00:00:00 2001 From: Yimura Date: Fri, 15 Jul 2022 14:51:03 +0200 Subject: [PATCH] fix(SigScanner): bYpAsSeD dEtEcTiOn (#339) --- BigBaseV2/src/hooks/protections/received_event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBaseV2/src/hooks/protections/received_event.cpp b/BigBaseV2/src/hooks/protections/received_event.cpp index 3a6b18a3..286d8589 100644 --- a/BigBaseV2/src/hooks/protections/received_event.cpp +++ b/BigBaseV2/src/hooks/protections/received_event.cpp @@ -140,7 +140,7 @@ namespace big if (g->notifications.received_event.modder_detect.notify) g_notification_service->push_warning("Protection", - fmt::format("Detected {} as cheating.", source_player->get_name()) + fmt::format("{} sent out a modder event.", source_player->get_name()) ); break;