temp comment out broken code

This commit is contained in:
S-B99 2019-11-01 09:16:40 -04:00
parent 3f1f6286c9
commit f3735523fc
1 changed files with 6 additions and 6 deletions

View File

@ -400,11 +400,11 @@ public class Auto32k extends Module {
return false;
}
@Override
protected void onDisable() {
if (autoEnableHitAura.getValue()) {
ModuleManager.getModuleByName("Aura").disable();
}
}
//@Override
//protected void onDisable() {
// if (autoEnableHitAura.getValue()) {
// ModuleManager.getModuleByName("Aura").disable();
// }
//}
}