Remove legacy client-manager platform path

This commit is contained in:
npc0-hue
2026-09-03 16:40:05 +08:00
parent ec2462a312
commit 80cddbf19d
51 changed files with 382 additions and 4271 deletions
-3
View File
@@ -157,9 +157,6 @@ func runtimeBindingKeys(profiles domain.GamePluginRuntimeProfiles, profile domai
}
}
}
if profile.ClientManagerRef != "" {
add(profile.ClientManagerRef, true)
}
required := make([]string, 0, len(requiredSet))
for key := range requiredSet {
required = append(required, key)