remove unused code in autototem

This commit is contained in:
Bella 2020-03-05 21:27:21 -05:00
parent 1d0b9d6674
commit cd86fae203
No known key found for this signature in database
GPG Key ID: 03B01AC937D1C89C
1 changed files with 0 additions and 4 deletions

View File

@ -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; }
}