Skip to content

Commit 9889283

Browse files
committed
fix: oops (fixes #10 part 2)
1 parent a89971f commit 9889283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/game/launch/launch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func LaunchProfile(dataDir string, p *profile.Profile, acc *account.Account, acc
5555
libPath := path.Join(librariesPath, lib.Downloads.Artifact.Path)
5656
classpath.WriteString(libPath)
5757
} else if lib.Url != "" { // Direct maven library
58-
parts := strings.Split(lib.Name, platform.ClasspathSeparator())
58+
parts := strings.Split(lib.Name, ":")
5959
groupId := parts[0]
6060
artifactName := parts[1]
6161
version := parts[2]

0 commit comments

Comments
 (0)