From 6b07b95146443e27a4894e028128f6e4e8f3497a Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 26 Nov 2024 16:03:28 -0700 Subject: [PATCH] debugging maven paths --- fclauncher/InstanceManager.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fclauncher/InstanceManager.go b/fclauncher/InstanceManager.go index 4512e21..9174ce0 100644 --- a/fclauncher/InstanceManager.go +++ b/fclauncher/InstanceManager.go @@ -350,6 +350,7 @@ client: common: for _, lib := range metadata.LauncherMeta.Libraries.Common { tokens := strings.Split(ProcessMavenPath(lib.Name), "/") + fmt.Printf("Formating lib %s to path %s\n", lib.Name, ProcessMavenPath(lib.Name)) pkg := tokens[len(tokens)-2] instanceObject.Libraries = append(instanceObject.Libraries, filepath.Join(ProcessMavenPath(lib.Name), ProcessMavenFilename(lib.Name))) for ind, path := range instanceObject.Libraries {