Skip to content

Commit 19eab25

Browse files
committed
Revert "Fixed minor + missed onadding rabit change"
This reverts commit 571ca8c.
1 parent 571ca8c commit 19eab25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MCPForUnity/Editor/Dependencies/Models.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MCPForUnity/Editor/Dependencies/PlatformDetectors.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MCPForUnity/Editor/Helpers/ServerInstaller.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ private static void CleanupStaleToolFolders(string destToolsDir, HashSet<string>
564564
}
565565

566566
// Only manage per-folder tool installs created by this feature
567-
if (!subdirName.EndsWith("_MCPForUnityTools", StringComparison.OrdinalIgnoreCase))
568-
goto NextSubdir;
567+
+ if (!subdirName.EndsWith("_MCPForUnityTools", StringComparison.OrdinalIgnoreCase))
568+
+ goto NextSubdir;
569569

570570
// Check if this subdirectory corresponds to an active tools folder
571571
if (!activeFolderIdentifiers.Contains(subdirName))

0 commit comments

Comments
 (0)