mirror of
https://github.com/kami-blue/client
synced 2025-01-02 21:12:16 +00:00
close #122
This commit is contained in:
parent
0a1525462b
commit
6a3ff906c8
@ -19,7 +19,7 @@ public class AutoTotem extends Module {
|
||||
boolean moving = false;
|
||||
boolean returnI = false;
|
||||
private Setting<Boolean> force = register(Settings.b("Replace Offhand", false));
|
||||
private Setting<Boolean> inv = register(Settings.b("Inventory", true));
|
||||
private Setting<Boolean> inv = register(Settings.booleanBuilder("Inventory").withValue(true).withVisibility(v -> !force.getValue()).build());
|
||||
|
||||
@Override
|
||||
public void onUpdate() {
|
||||
|
Loading…
Reference in New Issue
Block a user