ModuleListComponent Saving Bug
This commit is contained in:
parent
62882ed033
commit
46b3f3d12b
|
@ -509,6 +509,7 @@ public final class ModuleListComponent extends ResizableHudComponent {
|
|||
@Override
|
||||
public void onComponentEvent() {
|
||||
value.setValue(valueButton.enabled);
|
||||
Seppuku.INSTANCE.getConfigManager().save(ModuleConfig.class);
|
||||
}
|
||||
};
|
||||
components.add(valueButton);
|
||||
|
|
Loading…
Reference in New Issue