missed one

This commit is contained in:
DarthArgus
2016-05-29 15:33:42 -07:00
parent e95a2c4ad9
commit eefb19056b

View File

@@ -142,9 +142,6 @@ SwgCuiOptBase ("SwgCuiOptMisc", page)
getCodeDataObject(TUIComboBox, combobox, "currencyFormat");
registerComboBox (*combobox, onComboCurrencyFormatSet, onComboCurrencyFormatGet, getDefaultCurrencyFormat);
getCodeDataObject(TUICheckbox, checkbox, "checkAutoLootChronicleRelics");
registerCheckbox(*checkbox, CuiPreferences::setLootChronRelics, CuiPreferences::getLootChronRelics, SwgCuiOptBase::getFalse);
getCodeDataObject(TUICheckbox, checkbox, "checkAutoLootCorpses");
registerCheckbox (*checkbox, CuiPreferences::setAutoLootCorpses, CuiPreferences::getAutoLootCorpses, SwgCuiOptBase::getFalse);