Fix SkinFlicker crash and close #791

This commit is contained in:
Bella 2020-05-10 14:19:08 -04:00
parent 001388a647
commit c8a2febc11
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class SkinFlicker extends Module {
}
public void onDisable() {
for (int i = 0 ; i < EnumPlayerModelParts.values().length ; i++) {
for (int i = 0 ; i < EnumPlayerModelParts.values().length - 1 ; i++) {
mc.gameSettings.setModelPartEnabled(PARTS_VERTICAL[i], true);
}
}