mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Client debug
This commit is contained in:
parent
6ffbc5515f
commit
647c8dba5c
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ public void replaceOrCreateArgument(ArrayList<String> args, String name, String
|
|||
if(value != null) {
|
||||
args.add(value);
|
||||
}
|
||||
return;
|
||||
}
|
||||
if(value != null) {
|
||||
int valueIndex = index+1;
|
||||
|
|
Loading…
Reference in a new issue