fix(Protocol18.cs): OperationCanceledException when /reco

This commit is contained in:
oldkingOK 2024-01-30 11:22:37 +08:00
parent 1479c646d1
commit 350c1cdd51

View file

@ -293,6 +293,10 @@ namespace MinecraftClient.Protocol.Handlers
break;
}
}
catch (OperationCanceledException)
{
break;
}
catch (System.IO.IOException)
{
break;