mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-01-16 23:04:27 -05: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