fix(SigScanner): bYpAsSeD dEtEcTiOn (#339)

This commit is contained in:
Yimura 2022-07-15 14:51:03 +02:00 committed by GitHub
parent bbd1af8738
commit ba5df96984

View File

@ -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;