forked from RepoMirrors/kami-blue
temp comment out broken code
This commit is contained in:
parent
3f1f6286c9
commit
f3735523fc
|
@ -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();
|
||||
// }
|
||||
//}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue