mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
Add print to inform the user that they must keep the window open (#120)
This commit is contained in:
commit
9c6aa86e68
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user