forked from RepoMirrors/kami-blue
remove unused code in autototem
This commit is contained in:
parent
1d0b9d6674
commit
cd86fae203
|
@ -77,8 +77,4 @@ public class AutoTotem extends Module {
|
|||
public String getHudInfo() {
|
||||
return String.valueOf(totems);
|
||||
}
|
||||
|
||||
public void onEnable() { OffhandGap.autoTotemGlobalState = false; }
|
||||
public void onDisable() { OffhandGap.autoTotemGlobalState = true; }
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue