mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
Update McClient.cs
This commit is contained in:
parent
92ee61b3ce
commit
89231ef16b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue