"Format"
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
f6d8c9659c
commit
6d070e8607
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ QString MinecraftInstance::createLaunchScript(AuthSessionPtr session, MinecraftS
|
||||||
{
|
{
|
||||||
launchScript += "instanceName " + name() + "\n";
|
launchScript += "instanceName " + name() + "\n";
|
||||||
launchScript += "instanceIconKey " + name() + "\n";
|
launchScript += "instanceIconKey " + name() + "\n";
|
||||||
launchScript += "instanceIconPath icon.png\n"; // we already save a copy here
|
launchScript += "instanceIconPath icon.png\n"; // we already save a copy here
|
||||||
}
|
}
|
||||||
|
|
||||||
// legacy auth
|
// legacy auth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue