FIX: La notificación de conectar online no aparecía el texto correcto
This commit is contained in:
@@ -742,7 +742,7 @@ void Director::initOnline()
|
|||||||
#else
|
#else
|
||||||
const std::string caption = options->online.jailerID;
|
const std::string caption = options->online.jailerID;
|
||||||
#endif
|
#endif
|
||||||
screen->showNotification(options->online.jailerID, lang->getText(85), 12);
|
screen->showNotification(caption, lang->getText(85), 12);
|
||||||
if (options->console)
|
if (options->console)
|
||||||
{
|
{
|
||||||
std::cout << caption << std::endl;
|
std::cout << caption << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user