Add sneak switch for AntiAFK

This commit is contained in:
BruceChen 2022-10-07 16:13:27 +08:00
parent 2e18317f3f
commit 77d858dc35
5 changed files with 19 additions and 9 deletions

View file

@ -73,8 +73,6 @@ namespace MinecraftClient.WinAPI
{
if (ex is HttpRequestException) //Skin not found? Reset to default icon
RevertToMCCIcon();
else
throw ex;
}
}
catch (HttpRequestException) //Skin not found? Reset to default icon