mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add sneak switch for AntiAFK
This commit is contained in:
parent
2e18317f3f
commit
77d858dc35
5 changed files with 19 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue