diff --git a/MinecraftClient/McClient.cs b/MinecraftClient/McClient.cs index 49a1763d..3ae42bde 100644 --- a/MinecraftClient/McClient.cs +++ b/MinecraftClient/McClient.cs @@ -439,7 +439,7 @@ namespace MinecraftClient // Backup current bots before unloading, so they can be restored after successful transfer. if (botsOnHold.Count == 0 && bots.Count > 0) { - botsOnHold.AddRange(bots.Where(bot => bot.ScriptOwnerKey is null)); // 保持一致过滤 + botsOnHold.AddRange(bots.Where(bot => bot.ScriptOwnerKey is null)); } // Unload bots