Skip to content

Commit 90ab3e0

Browse files
committed
Excellent bug catch from CodeRabbit
1 parent 3cd4e2b commit 90ab3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCPForUnity/Editor/Helpers/PackageLifecycleManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private static void CheckAndInstallServer()
3232
// Check for conditions that require installation/verification
3333
bool isFirstTimeInstall = !EditorPrefs.HasKey(LegacyInstallFlagKey) && !hasRunForThisVersion;
3434
bool legacyPresent = LegacyRootsExist();
35-
bool canonicalMissing = File.Exists(
35+
bool canonicalMissing = !File.Exists(
3636
Path.Combine(ServerInstaller.GetServerPath(), "server.py")
3737
);
3838

0 commit comments

Comments
 (0)