From 980f7c1e8e4f9512580739db6bab939471b5a739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Sun, 12 Feb 2023 23:01:19 +0100 Subject: [PATCH] =?UTF-8?q?FIX:=20La=20notificaci=C3=B3n=20de=20conectar?= =?UTF-8?q?=20online=20no=20aparec=C3=ADa=20el=20texto=20correcto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/director.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/director.cpp b/source/director.cpp index 0a4675d..9b6987e 100644 --- a/source/director.cpp +++ b/source/director.cpp @@ -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;