ModuleListComponent Saving Bug

This commit is contained in:
noil 2020-12-30 16:10:10 -05:00
parent 62882ed033
commit 46b3f3d12b
1 changed files with 1 additions and 0 deletions

View File

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