diff --git a/application/core/Configurators/Configurator.php b/application/core/Configurators/Configurator.php index 8ccfd147..362b88b1 100644 --- a/application/core/Configurators/Configurator.php +++ b/application/core/Configurators/Configurator.php @@ -251,7 +251,7 @@ class Configurator implements CallbackListener, CommandListener, ManialinkPageAn $menuItemLabel->setY($menuItemY); $menuItemLabel->setSize($menuListWidth * 0.9, $menuItemHeight * 0.9); $menuItemLabel->setStyle(Label_Text::STYLE_TextCardRaceRank); - // $menuItemLabel->setText('$z' . $menu->getTitle() . '$z'); + $menuItemLabel->setText('$z' . $menu->getTitle() . '$z'); // Add menu $menuControl = $menu->getMenu($subMenuWidth, $subMenuHeight, $script);