Skip to content

Commit eff00a1

Browse files
committed
forgot to remove this
1 parent 84a238d commit eff00a1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/com/nxyi/addon/modules/Bookchat.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ public Bookchat() {
3232
private final SettingGroup sgGeneral = this.settings.getDefaultGroup();
3333
private final Setting<String> person = sgGeneral.add(new StringSetting.Builder().name("Person").description("Person your chatting with").defaultValue("").build());
3434

35-
private final Setting<Boolean> autobook = sgGeneral.add(new BoolSetting.Builder()
36-
.name("autoswitchbook")
37-
.description("Automatically hold the book on chat if not in hand")
38-
.defaultValue(true)
39-
.build()
40-
);
41-
4235
@EventHandler
4336
private void onchat(SendMessageEvent event){
4437
String msg = mc.player.getEntityName() + " : " + event.message;

0 commit comments

Comments
 (0)