From aa46b454e2d69970e76affaeb1632e5b29a21e8c Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Mon, 23 Sep 2024 22:12:00 +0200 Subject: [PATCH] add print to inform the user that they must keep the window open --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 8c0dfe9..db80c61 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,6 +37,8 @@ int main(int argc, char* argv[]) { InitLauncher(argc, argv); + info("IMPORTANT: You MUST keep this window open to play BeamMP!"); + try { LegitimacyCheck(); } catch (std::exception& e) {