mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-03 21:45:32 +02:00
Don't include "debug" in ruby ARGV
This commit is contained in:
parent
aec03d14a4
commit
f52f09d4e5
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ try { exp } catch (...) {}
|
|||
editor.battleTest = true;
|
||||
|
||||
for (int i = 1; i < argc; i++) {
|
||||
launchArgs.push_back(argv[i]);
|
||||
if (strcmp(argv[i], "debug"))
|
||||
launchArgs.push_back(argv[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue