FIX: La notificación de conectar online no aparecía el texto correcto

This commit is contained in:
2023-02-12 23:01:19 +01:00
parent 67b1c2cb4d
commit 980f7c1e8e

View File

@@ -742,7 +742,7 @@ void Director::initOnline()
#else
const std::string caption = options->online.jailerID;
#endif
screen->showNotification(options->online.jailerID, lang->getText(85), 12);
screen->showNotification(caption, lang->getText(85), 12);
if (options->console)
{
std::cout << caption << std::endl;