mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 05:10:20 +02:00
Update launcher/modplatform/flame/FlameInstanceCreationTask.cpp
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> (cherry picked from commit 29bf6cc68c132c036f8c9ee90a337fb2db7d3cf2)
This commit is contained in:
parent
69d675dc76
commit
8eba326f62
@ -355,7 +355,7 @@ bool FlameCreationTask::createInstance()
|
||||
if (id.startsWith("neoforge-")) {
|
||||
id.remove("neoforge-");
|
||||
if (id.startsWith("1.20.1-"))
|
||||
id = id.mid(7); // this is a mess for curseforge
|
||||
id.remove("1.20.1-"); // this is a mess for curseforge
|
||||
loaderType = "neoforge";
|
||||
loaderUid = "net.neoforged";
|
||||
} else if (id.startsWith("forge-")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user