mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-07-13 22:01:07 -04:00
missed one
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user