Update build files
This commit is contained in:
parent
e06b1a3500
commit
5ab9327c54
1 changed files with 1 additions and 1 deletions
2
src/main/java/com/mojang/launcher/game/process/direct/DirectGameProcess.java
Normal file → Executable file
2
src/main/java/com/mojang/launcher/game/process/direct/DirectGameProcess.java
Normal file → Executable file
|
@ -55,7 +55,7 @@ extends AbstractGameProcess {
|
|||
}
|
||||
|
||||
public String toString() {
|
||||
return Objects.toStringHelper(this).add("process", this.process).add("monitor", this.monitor).toString();
|
||||
return String.format("{}{}", process, monitor);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue