Update launcher/modplatform/flame/FlameInstanceCreationTask.cpp
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
830ce246e1
commit
29bf6cc68c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue