Add print to inform the user that they must keep the window open (#120)

This commit is contained in:
Lion 2024-09-23 22:33:54 +02:00 committed by GitHub
commit 9c6aa86e68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,8 @@ int main(int argc, char* argv[]) {
InitLauncher(argc, argv); InitLauncher(argc, argv);
info("IMPORTANT: You MUST keep this window open to play BeamMP!");
try { try {
LegitimacyCheck(); LegitimacyCheck();
} catch (std::exception& e) { } catch (std::exception& e) {