From ab6cccfd84df72b642d8ae6edbc97be7ed58e22a Mon Sep 17 00:00:00 2001 From: Alexander <87954949+absoluteSpacehead@users.noreply.github.com> Date: Sun, 5 Jan 2025 23:25:21 +0000 Subject: [PATCH] i fucked up --- MercuryLauncher/MercuryLauncher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MercuryLauncher/MercuryLauncher.cpp b/MercuryLauncher/MercuryLauncher.cpp index 9c5ac37..6d92960 100644 --- a/MercuryLauncher/MercuryLauncher.cpp +++ b/MercuryLauncher/MercuryLauncher.cpp @@ -497,7 +497,7 @@ int main() } else { - std::cerr << "No binaries could be found. Ensure the launcher is placed alongside the FortniteGame and Content folders.\n"; + std::cerr << "No binaries could be found. Ensure the launcher is placed alongside the FortniteGame and Engine folders.\n"; Exit(); return 1; }