fix(SigScanner): bYpAsSeD dEtEcTiOn (#339)

This commit is contained in:
Yimura 2022-07-15 14:51:03 +02:00 committed by GitHub
parent d852750810
commit 0cd4498f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;