mirror of
https://bitbucket.org/theswgsource/client-tools-1.2.git
synced 2026-09-21 06:13: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