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
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user