We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd4e2b commit 90ab3e0Copy full SHA for 90ab3e0
MCPForUnity/Editor/Helpers/PackageLifecycleManager.cs
@@ -32,7 +32,7 @@ private static void CheckAndInstallServer()
32
// Check for conditions that require installation/verification
33
bool isFirstTimeInstall = !EditorPrefs.HasKey(LegacyInstallFlagKey) && !hasRunForThisVersion;
34
bool legacyPresent = LegacyRootsExist();
35
- bool canonicalMissing = File.Exists(
+ bool canonicalMissing = !File.Exists(
36
Path.Combine(ServerInstaller.GetServerPath(), "server.py")
37
);
38
0 commit comments