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; return false;
} }
@Override //@Override
protected void onDisable() { //protected void onDisable() {
if (autoEnableHitAura.getValue()) { // if (autoEnableHitAura.getValue()) {
ModuleManager.getModuleByName("Aura").disable(); // ModuleManager.getModuleByName("Aura").disable();
} // }
} //}
} }