Skip to content

Commit 4459774

Browse files
committed
Disable Inventory Module by default
1 parent 3f53a70 commit 4459774

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/src/main/java/com/lunarclient/apollo/module/inventory/InventoryModule.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
@ModuleDefinition(id = "inventory", name = "Inventory")
3737
public class InventoryModule extends ApolloModule {
3838

39+
protected InventoryModule() {
40+
this.registerOptions(ApolloModule.ENABLE_OPTION_OFF);
41+
}
42+
3943
@Override
4044
public boolean isClientNotify() {
4145
return true;

0 commit comments

Comments
 (0)