mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 07:25:34 +00:00
Update --user-path error message
Co-authored-by: Lion <development@kortlepel.com>
This commit is contained in:
parent
f9d347bd9b
commit
ca93effb7d
@ -88,7 +88,7 @@ void InitOptions(int argc, const char *argv[], Options &options) {
|
|||||||
options.no_update = true;
|
options.no_update = true;
|
||||||
} else if (argument == "--user-path") {
|
} else if (argument == "--user-path") {
|
||||||
if (i + 1 >= argc) {
|
if (i + 1 >= argc) {
|
||||||
error("No user path specified after flag");
|
error("You must specify a path after the `--user-path` argument");
|
||||||
}
|
}
|
||||||
options.user_path = argv[i + 1];
|
options.user_path = argv[i + 1];
|
||||||
i++;
|
i++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user