forked from teamnwah/openmw-tes3coop
Disable CharGen custom class choice until we can handle custom classes
This commit is contained in:
parent
00e7810428
commit
e81bf7318c
1 changed files with 5 additions and 0 deletions
|
@ -377,7 +377,12 @@ 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…
Reference in a new issue