Revert "Disable CharGen custom class choice until we can handle custom classes"

This reverts commit e81bf7318c.
pull/58/head
David Cernat 8 years ago committed by Koncord
parent 118ab32c9b
commit d612cbcc7b

@ -377,12 +377,7 @@ namespace MWGui
ButtonList buttons;
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sClassChoiceMenu1", ""));
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sClassChoiceMenu2", ""));
/* Disabled for tes3mp until it can handle custom classes
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sClassChoiceMenu3", ""));
*/
buttons.push_back(MWBase::Environment::get().getWindowManager()->getGameSettingString("sBack", ""));
setButtons(buttons);
}

Loading…
Cancel
Save