mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-24 20:25:18 +00:00
states: Fix "Change Server Port" dialog
This commit is contained in:
parent
733f239d68
commit
90f09a8340
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void StageSceneStateServerConfig::exeOpenKeyboardPort() {
|
||||||
|
|
||||||
Client::getKeyboard()->setHeaderText(u"Set a Server Port Below.");
|
Client::getKeyboard()->setHeaderText(u"Set a Server Port Below.");
|
||||||
Client::getKeyboard()->setSubText(u"");
|
Client::getKeyboard()->setSubText(u"");
|
||||||
Client::openKeyboardIP();
|
Client::openKeyboardPort();
|
||||||
// anything that happens after this will be ran after the keyboard closes
|
// anything that happens after this will be ran after the keyboard closes
|
||||||
al::startHitReaction(mCurrentMenu, "リセット", 0);
|
al::startHitReaction(mCurrentMenu, "リセット", 0);
|
||||||
al::setNerve(this, &nrvStageSceneStateServerConfigMainMenu);
|
al::setNerve(this, &nrvStageSceneStateServerConfigMainMenu);
|
||||||
|
|
Loading…
Reference in a new issue