"Format"
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
f6d8c9659c
commit
6d070e8607
@ -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…
Reference in New Issue
Block a user